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?
The no brainer idea is to sa
You can also do this in Node.js using the node-ping-monitor package.