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…

  • Agility0971OP
    link
    fedilink
    English
    14 months ago

    ahh so the remote system needs to have the docker stack as well then. hmm, that might be an issue :p

    • @Mora@pawb.social
      link
      fedilink
      English
      14 months ago

      There is also a CLI without docker, for agent and hub, and you can mix & match. I can’t say how well though, very happy with running it as docker compose.

    • @dan@upvote.au
      link
      fedilink
      English
      11 month ago

      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.