Node monitor is a monitoring app to check up/down time and notify user.
repos git.
git clone https://github.com/bpinazmul18/node-monitor.git
yarn install
yarn start
{
"name": "node-monitor --Development",
"port": 9000,
"envName": "default",
"secreteKey": "",
"maxChecks" : 5,
"twilio" : {
"from" : "twilio_number",
"accountSID" : "twilio_accountSID",
"authToken" : "twilio_authToken"
}
}
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.