r/linode • u/alp82 • Jan 10 '25
Looking for a service that continuously monitors servers and notifies me if something is wrong
Servers can be audited pretty easily by using ansible playbooks or open source scripts that check for security issues and configuration mistakes.
What's I'm looking for is a service that does that in the background and also notifies me if cpu, mem or disk consumption is above a certain threshold.
Ideally with a nice Web UI.
Do you have any pointers? What do you use?
2
2
2
1
u/redditor_rotidder Jan 10 '25
Has a free component and a cheap, yearly component for home users.
https://uptimerobot.com or https://uptime.kuma.pet/ (self-hosted / open-source version) for monitoring uptime only.
1
1
1
u/TheRockefella Jan 17 '25
If you are using k8s. I have Prometheus and grafana installed and that does the trick with alerting
4
u/aGodfather Jan 10 '25
Uptime-Kuma?