Use UptimeRobot's api to quickly REPLACE your remote list of urls to monitor with a local list maintained in a simple format.
- Save config.ini.tmpl and urls-to-monitor.txt.tmpl without the .tmpl suffix
- Update config.ini with
- your apiKey from "My Settings"
- your monitorAlertContacts
curl -s "https://api.uptimerobot.com/getAlertContacts?apiKey=#YOUR_API_KEY#"
- Create a list of quoted friendly name & url pairs to monitor in http-urls-to-monitor.txt
- npm install
- node ./index.js