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

后端 未结 6 1648
一向
一向 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:41

    If you're curious, I've created an app called Pinger that does this. It's built on Ruby on Rails and Resque:

    https://github.com/austinthecoder/pinger

提交回复
热议问题