Uptime Monitoring
-
Out of curiosity, what do you guys make use of to monitor your cloudron apps? I've been using UptimeRobot personally and the features you get for the price are fantastic, but I'm curious if there are better options out there. Mostly I am looking for push notifications or SMS notifications of outages. My email is also hosted on Cloudron so if it goes down I want to be able to know right away.
-
@atrilahiji Zabbix on a cheap and separate VPS, not only for uptime but also for detailed stats in server performance.
-
Since I manage multiple Cloudrons, I use Statping to monitor them. They also offer a nice app mobile app ^^
-
@imc67 does zabbix require an agent to be installed on Cloudron? if so, any special instructions for doing so?
-
@girish Yes zabbix requires the zabbix-agent to be installed and configured.
https://www.zabbix.com/documentation/current/manual/installation/install_from_packages/debian_ubuntu
-
@atrilahiji I use a mix of UptimeRobot for the actual monitoring (of course it's only an "up or down" and "response time" value, nothing about memory usage or anything like that for the app), and I found a fantastic free status page with a ton of functionality at www.instatus.com (the guy running that service has been exceptionally responsive to my feature requests / feedback too which I love).
Monitoring tool: UptimeRobot
Status page tool: InStatusSide topic... Using Webhooks notifications inside UptimeRobot to the InStatus service status page, the Webhooks allow for custom responses and component statuses too which is super nice. Of course nobody really checks my status page unless I sent out major maintenance notifications, lol, but I offer it anyways and find it a fun project to work on. Tip: Include your status page URL in the Cloudron custom maintenance page when apps are unavailable. The Status Page project make me feel (and possibly look) like a much bigger company than I really am. haha. My clients like it though, as they know I communicate through the Status Page whenever any maintenance is being done which impacts them at all.
PS - I realize I went a little off-topic there with the status page component, but I am just really happy about the solution and want to also send some possible customers his way too, much like how I like to point customers to Cloudron when possible.
-
@girish yes, and without any problems on 4 Cloudrons. I got highly inspired by this: https://bestmonitoringtools.com/zabbix-agent-linux-install-on-ubuntu-centos-rhel-debian-rasbian/
-
Always used updown.io and it's been decent and very cheap with no monthly subscription and credits that seem to last forever, so never needed to look for anything else. Eg:
Statping's OK but the red-marks for a whole day when there's only been an out of hours reboot looks worse than things really are.
twilio.com or bulksms.com both good for cheap SMS if needed, although you'd think free Push notifications would be preferrable.
Just looked at Zabbix - that looks amazing! Are we getting that as an App?
-
@marcusquinn said in Uptime Monitoring:
Just looked at Zabbix - thank looks amazing! Are we getting that as an App?
-
Haven't had the time (or need for my usecase) to migrate to something fancier. Still using PHP Server Monitor, even made an almost complete package. Since I don't need a public status page, this fulfills all my needs (it does ping, monitor certs, check for strings, mail and other services, even custom ports)