If you're looking beyond uptime + certs, we do functional + visual browser testing at https://ghostinspector.com/ . Lots of folks use it for monitoring their website or application (in additional to their CI process). We have a free tier that includes scheduling. [Disclosure: I'm the founder]
I have been using Ghost Inspector for awhile now, so far it has been fantastic. It is really nice to be able to push to a branch and get notified in Slack a couple seconds later with any issues including screenshots.
Ask HN: How do you monitor your websites?
51–60 of 104 posts
Re: Ask HN: How do you monitor your websites?
#52To piggy back on the question, has anyone had a good experience using Prometheus and Grafana for monitoring? I'm looking into trying it. I've looked into Zenoss but from what I gather it's slow.
Re: Ask HN: How do you monitor your websites?
#53Re: Ask HN: How do you monitor your websites?
#54To piggy back on the question, has anyone had a good experience using Prometheus and Grafana for monitoring? I'm looking into trying it. I've looked into Zenoss but from what I gather it's slow.
Re: Ask HN: How do you monitor your websites?
#55UptimeRobot 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/
Re: Ask HN: How do you monitor your websites?
#56Re: Ask HN: How do you monitor your websites?
#57To piggy back on the question, has anyone had a good experience using Prometheus and Grafana for monitoring? I'm looking into trying it. I've looked into Zenoss but from what I gather it's slow.
Re: Ask HN: How do you monitor your websites?
#58If you want a light (and free) DIY solution, it's pretty straightforward to build a basic uptime monitor (with connections to Slack, SMS, whatever) using Standard Library [0] and Scheduled Tasks, one of our engineers just posted this article (you can build from your browser): https://hackernoon.com/build-an-uptime-monitor-in-minutes-wi... Another option if you don't feel in the mood for DIY is TJ Holowaychuk's Apex P…
Re: Ask HN: How do you monitor your websites?
#59Full disclosure: I'm the founder.
Re: Ask HN: How do you monitor your websites?
#60I run Selenium integration tests inside a docker container every 5 minutes or so and attach the results to a sentry.io logger. I put up a boilerplate version on github: https://github.com/mikedh/selenium-simple