触发Web服务的第三方服务

发布于 2024-09-17 23:24:36 字数 1539 浏览 6 评论 0 原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

你怎么敢 2024-09-24 23:24:36

有许多免费的网站监控服务可以通过测试给定 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.

江南烟雨〆相思醉 2024-09-24 23:24:36

另一种选择是 Pingdom。 他们提供一个免费帐户来监控一个网站。您可以将 Pingdom 设置为在您的网站出现故障时发送电子邮件或短信,并且可以将服务配置为每 5 分钟访问您的页面一次。您可以非常自由地设置检查分辨率。

其他一些替代方案是 MonitorUs (RichieHindle 已经提到过)、SiteUptimeHyperSpin

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.

若能看破又如何 2024-09-24 23:24:36

我创建了一个名为 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文