TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

42 pointsby erjiangalmost 11 years ago

6 comments

salukialmost 11 years ago
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.
jewelalmost 11 years ago
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 未加载
kbar13almost 11 years ago
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 未加载
ntoshevalmost 11 years ago
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.
msantosalmost 11 years ago
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..
matnewton85almost 11 years ago
This is easily done with Zapier, too.<p>Love my Zapier.
评论 #7817609 未加载