Live data from Hacker News

Ask HN: How do you monitor your websites?

news.ycombinator.com

41–50 of 104 posts

Re: Ask HN: How do you monitor your websites?

#41

NodePing has powerful monitoring for web app, APIs, and websockets. Checks for SSL and domain expiry as well.

I recommend NodePing as well. https://nodeping.com/

A ton of different types of checks. A lot of value for not a lot of money. The public status page style is minimalastic but exactly what I want.

Example: https://status.regexplanet.com/

Re: Ask HN: How do you monitor your websites?

#43
Nagios, in combination with with check_mk 'raw edition' (https://mathias-kettner.com/editions.html). The Nagios configuration is automatically generated via Puppet resource collection.

SSL certificate expiry is easily checked with a nagios check (use the -C flag on check_http). If you use Letsencrypt with a client like acmetool (https://github.com/hlandau/acme) your certs will never expire. Of course the nagios check is still necessary to ensure acmetool keeps doing its job!

Domain name expiry checking could also be a nagios job, or alternatively you could write a small script that checks whois output and execute it regularly with cron.

Configuring your registrar for auto-renewal helps avoid a certain class of errors ("I forgot to renew!") but not others ("my credit card expired and the e-mail notifications from my registrar didn't reach me").

Re: Ask HN: How do you monitor your websites?

#44
post #19

UptimeRobot is quick to setup and have a lot of options, including a white label portal [0] to monitor status it's reliable and cheap ($54/year) I'm not affiliated with them, just an happy customer [0] E.g. status page: https://status.appdrag.com/

https://uptimerobot.com/

Re: Ask HN: How do you monitor your websites?

#47
post #11

I have no affiliation with any of these companies. I use StatusCake for basic uptime monitoring for websites. I switched to them from Pingdom because they are cheaper. Only downsides I've had with StatusCake is if something is down it doesn't give you the cause. Pingdom would show you the trace route. That has made it hard to tell and I would get quite a few false positives saying sites were down. I haven't had false…

I've also had great success with StatusCake. The SSL cert monitoring is a lifesaver.
Post reply on HN