Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 535 Bytes

File metadata and controls

18 lines (10 loc) · 535 Bytes

prtg-http-status-code-sensor

Custom PRTG sensor to check HTTP status response codes

About this checker This checker is a Node.js project bundled as a PE/exe file through Pkg. If you don't like the idea of downloading a binary from Git, you can run the Pkg command yourself.

How to use

You can check the status code by doing this

check-status-code.exe --url=myDomain.com --expectedStatusCode=statusCode

Building the sensor

If you wish to build the sensor run Pkg:

pkg check-status-code.js --targets node10-win-x64