Skip to content

Node monitor is a monitoring app to check up/down time and notify user.

Notifications You must be signed in to change notification settings

bpinazmul18/node-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project name:

Node monitor:

Node monitor is a monitoring app to check up/down time and notify user.

git clone:

repos git.

git clone https://github.com/bpinazmul18/node-monitor.git

Installation:

yarn install

Usage:

yarn start

Configure env:

create file config/development.json

{
    "name": "node-monitor --Development",
    "port": 9000,
    "envName": "default",
    "secreteKey": "",
    "maxChecks" : 5,
    "twilio" : {
      "from" : "twilio_number",
      "accountSID" : "twilio_accountSID",
      "authToken" : "twilio_authToken"
    }
  }

Contributing:

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Inspired by:

Learn with Sumit - LWS - Bangladesh.

About

Node monitor is a monitoring app to check up/down time and notify user.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published