/node-http-health-checker

A simple node.js application which is able to monitor a server in the background

Primary LanguageHTMLMIT LicenseMIT

node-http-health-checker

A simple node.js application which is able to monitor a server in the background

Usage

  1. npm install
  2. Edit server.js, serverUrl variable to your HTTP server
  3. Start with node server.js
  4. It will check on the server every 5 seconds
  5. Open the browser on localhost:4445 to hear the alarm when the server should go down