TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Everyone Panic – Almost-free downtime phone alerts using Twilio

42 点作者 erjiang将近 11 年前

6 条评论

saluki将近 11 年前
There are lots of recipes for using UpTimeRobot.com to send you an SMS when your server is down (and it will notify you if it comes back up as well).<p><a href="https://ifttt.com/p/saluki" rel="nofollow">https:&#x2F;&#x2F;ifttt.com&#x2F;p&#x2F;saluki</a><p>You get 100 FREE SMS alerts from IFTTT.com each month.<p>If you run up against the 100 SMS limit you can set it up for iMessage instead of SMS.
jewel将近 11 年前
Another great way to get notifications on your phone is to use your carrier&#x27;s email-to-SMS gateway. For example, on T-mobile it is 6105551212@tmomail.net.<p>If you don&#x27;t want to set up nagios, you can create a quick monitoring solution with cron along these lines:<p><pre><code> *&#x2F;10 * * * * nobody curl -sSfm 10 http:&#x2F;&#x2F;www.example.com || mail -s &#x27;www.example.com is DOWN&#x27; 6105551212@tmomail.net &lt; &#x2F;dev&#x2F;null </code></pre> This assumes you have working email delivery on the machine doing the checking.
评论 #7817223 未加载
评论 #7816565 未加载
评论 #7817927 未加载
评论 #7816574 未加载
评论 #7816669 未加载
kbar13将近 11 年前
pagerduty [0] does this and more. You also don&#x27;t need to host your own infra for the alert system.<p>[0]<a href="http://www.pagerduty.com/" rel="nofollow">http:&#x2F;&#x2F;www.pagerduty.com&#x2F;</a>
评论 #7816885 未加载
评论 #7817121 未加载
ntoshev将近 11 年前
It&#x27;s a nice hack, but it&#x27;s better to use external service for this. We run <a href="https://t1mr.com" rel="nofollow">https:&#x2F;&#x2F;t1mr.com</a><p>One problem is you need separate infrastructure to host your monitor. You also need to monitor the monitoring service, or it is easy for it to be quietly failing until your real site fails without warning. We run a separate instance that only monitors the public instance of t1mr.<p>Attention to detail matters and you really want to be focusing on your product. We are quietly handling other stuff, like calling multiple people until someone really answers the phone, or checking if your ssl certificates are about to expire.
msantos将近 11 年前
Why reinvent the wheel?<p>If all you need is monitoring a single end-point, then just signup to a Pingdom free account. Very reliable monitoring and 20 SMS notifications per month (no caps on email notifications) <a href="https://www.pingdom.com/free/" rel="nofollow">https:&#x2F;&#x2F;www.pingdom.com&#x2F;free&#x2F;</a><p>And if you need to monitor more than one system, then go for Pingdom &quot;Starter&quot; for only £6.99&#x2F;month <a href="https://www.pingdom.com/pricing/" rel="nofollow">https:&#x2F;&#x2F;www.pingdom.com&#x2F;pricing&#x2F;</a><p>IMO that&#x27;s fairly cheap and avoid yet another system to maintain..
matnewton85将近 11 年前
This is easily done with Zapier, too.<p>Love my Zapier.
评论 #7817609 未加载