How to Monitor Uptime of 20 Websites (Ping or HTTP) in Node.js/RoR

后端 未结 6 1645
一向
一向 2021-02-02 02:51

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

6条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-02 03:56

    You can also do this in Node.js using the node-ping-monitor package.

提交回复
热议问题