How to Monitor Uptime of 20 Websites (Ping or HTTP) in Node.js/RoR
What’s the best way to ping a list of 20 websites every 5 minutes (for example) in order to know if the site responds with HTTP 202 or not?
What’s the best way to ping a list of 20 websites every 5 minutes (for example) in order to know if the site responds with HTTP 202 or not?