Simple remote system monitoring tool
-
I'm looking for a simple remote system monitoring and alerting tool. Nothing fancy. Do you know of any?
Features:- monitors CPU, memory and disk space
- can accept multiple hosts to watch
- has some sort of alerting system
- can be deployed as a single docker container
- can be configured using a text file
- configs can be imported and exported inside the docker compose file
I like uptime-kuma but it only records the uptime. Other containers I've found seemed to be overly complicated. They requires multiple docker containers for log aggregation etc...
-
[email protected]replied to [email protected] on last edited by
- monitors CPU, memory and disk space
- can accept multiple hosts to watch
- has some sort of alerting system
- can be deployed as a single docker container
can be configured using a text fileconfigs can be imported and exported inside the docker compose file
https://github.com/henrygd/beszel
There is no really config to speak of. You setup the hub. Then you click on add system and write in the IP. Then you click on "Copy compose". That is the agent you can then deploy with a compose file on any system. Click on add and it is there.
The only thing you might want to configure is alerting, but only once on the hub.
-
[email protected]replied to [email protected] on last edited by
ahh so the remote system needs to have the docker stack as well then. hmm, that might be an issue
-
-
[email protected]replied to [email protected] last edited by
You don't need Docker. The agent is a single executable file so you could just manually copy it to
/usr/local/bin
if you wanted to.