There are lots of free website monitoring services out there that check your site's availability by testing whether a given URL responds properly. One that I use is http://mon.itor.us/ Give it the URL of your page and that will do the trick.
One other alternative is Pingdom. They offer a free account for monitoring one web site. You can set Pingdom to send email or SMS if your site goes down and you can configure the service to hit your page for example once in every 5 minutes. You can set the check resolution quite freely.
I created an open source app called Pinger. You can do unlimited URLs with intervals of your choosing. The docs has instructions for getting running on Heroku quickly:
发布评论
评论(3)
有许多免费的网站监控服务可以通过测试给定 URL 是否正确响应来检查网站的可用性。我使用的一个是 http://mon.itor.us/ 为其提供页面的 URL,然后这样就可以了。
There are lots of free website monitoring services out there that check your site's availability by testing whether a given URL responds properly. One that I use is http://mon.itor.us/ Give it the URL of your page and that will do the trick.
另一种选择是 Pingdom。 他们提供一个免费帐户来监控一个网站。您可以将 Pingdom 设置为在您的网站出现故障时发送电子邮件或短信,并且可以将服务配置为每 5 分钟访问您的页面一次。您可以非常自由地设置检查分辨率。
其他一些替代方案是 MonitorUs (RichieHindle 已经提到过)、SiteUptime 和 HyperSpin。
One other alternative is Pingdom. They offer a free account for monitoring one web site. You can set Pingdom to send email or SMS if your site goes down and you can configure the service to hit your page for example once in every 5 minutes. You can set the check resolution quite freely.
Some other alternatives are MonitorUs (which RichieHindle already mentioned), SiteUptime and HyperSpin.
我创建了一个名为 Pinger 的开源应用程序。您可以按照您选择的时间间隔创建无限的 URL。该文档包含如何在 Heroku 上快速运行的说明:
https://github.com/austinthecoder/pinger
仅 问题是,目前只能设置一个间隔,不能设置具体时间。
I created an open source app called Pinger. You can do unlimited URLs with intervals of your choosing. The docs has instructions for getting running on Heroku quickly:
https://github.com/austinthecoder/pinger
Only problem is, currently, you can only set an interval, not a specific time.