Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 628 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 628 Bytes

Goal

Use UptimeRobot's api to quickly REPLACE your remote list of urls to monitor with a local list maintained in a simple format.

Instructions

  1. Save config.ini.tmpl and urls-to-monitor.txt.tmpl without the .tmpl suffix
  2. Update config.ini with
    1. your apiKey from "My Settings"
    2. your monitorAlertContacts curl -s "https://api.uptimerobot.com/getAlertContacts?apiKey=#YOUR_API_KEY#"
  3. Create a list of quoted friendly name & url pairs to monitor in http-urls-to-monitor.txt
  4. npm install
  5. node ./index.js