How do you monitor your server containers, disks, load…?

Do you use an easy-to-use web interface? Do you do everything via SSH? Or maybe you’ve got a more complicated setup?

I want to change my setup and I’m looking for new ideas, I’ve been using Cockpit for some years and some of the plugins are really outdated (ZFS for example) and others are completely broken (docker-compose).

    • @[email protected]
      link
      fedilink
      English
      199 months ago

      My own server? YOLO

      I can’t figure out whether there’s a monitoring tool called YOLO or you don’t monitor anything.

      • @[email protected]
        link
        fedilink
        English
        189 months ago

        Now I am intrigued to develop one that is called YOLO.

        But just in case: no, I don’t monitor my server. If I notice something not working, I ssh into the machine and check what’s up. I don’t want to deal with another zoo of services for the monitoring part.

    • @[email protected]
      link
      fedilink
      English
      49 months ago

      This is the first time I’ve heard of Victoria Metrics. It looks like it has a similar use case as Prometheus, is that correct? If so, what made you or your team choose one over the other?

      • @[email protected]
        link
        fedilink
        English
        29 months ago

        IIRC it had better performance than Prometheus. We also ditched Elasticsearch in favor of ClickHouse to keep up with log ingestion.

        • @[email protected]
          link
          fedilink
          English
          2
          edit-2
          9 months ago

          I can second that. We had some really good experiences with ClickHouse and its performance. If it fits the bill, it’s a very nice piece of software.

  • Toes♀
    link
    fedilink
    English
    459 months ago

    My clients when they text me the server is down.

    • fatboy93
      link
      fedilink
      English
      229 months ago

      This has the same energy as my spouse yelling at me because jellyfin went down

      • @[email protected]
        link
        fedilink
        English
        49 months ago

        Or my partners greeting me in the morning “Home assistant went down again, so the lights are all manual”

        Thankfully that one is mostly solved.

  • @[email protected]
    link
    fedilink
    English
    219 months ago

    “Huh weird, I tried to use <insert service here> and it’s not working. Welp, guess I better fix it…”

    • @[email protected]
      link
      fedilink
      English
      99 months ago

      Same been running netdata for years. They’re monetizing now where it used to just be free. Good for them, it’s a great product. And it’s foss

    • @[email protected]OP
      link
      fedilink
      English
      69 months ago

      I was looking for something free that I could host on my machine but thanks, I didn’t know about it

      • Kuecki Eben
        link
        fedilink
        English
        99 months ago

        Netdata is free and can be run standalone. Just install it and do not configure the cloud integration. You can see your dashboard on localhost:19999

      • ArmoredCavalry
        link
        fedilink
        English
        3
        edit-2
        9 months ago

        As others stated, you can run and access the interface locally (or setup your own reverse proxy) for free. Their Cloud dashboard is also free for up to 5 nodes. They recently added a flat-rate “Homelab” plan as well, if you want to remove the limit. It’s all quite usable for $0 otherwise though!

    • @[email protected]
      link
      fedilink
      English
      59 months ago

      Netdata 100%

      It feeds my itch for more data than I know what to do with and it’s presented in one of the cleanest ways I’ve ever seen for so much info.

    • Encrypt-Keeper
      link
      fedilink
      English
      19 months ago

      I love how easy to use NetData is, but when running it on my home servers it destroys their performance lol. Every once in awhile I check in to see if it runs better.

      • ArmoredCavalry
        link
        fedilink
        English
        19 months ago

        That’s strange, I’ve run it fine on some very underpowered hardware. Are you adding a specific monitoring integration with it, or just out of the box settings?

        • Encrypt-Keeper
          link
          fedilink
          English
          19 months ago

          Just out of the box. I am usually running it as a container on UnRAID on an x86 machine. It seems primarily to just be a big memory hog when I’ve tried to use it.

          • ArmoredCavalry
            link
            fedilink
            English
            19 months ago

            Weird! For reference one VM I run on only has 1 GB of memory, and Netdata uses 100-200 MB. Could be something going on with UnRAID though. Definitely some sort of bug I’d think, since normally resource usage should be very low across the board.

  • @[email protected]
    link
    fedilink
    English
    129 months ago

    I just use homepage as my homepage :D

    I can see simple CPU/RAM/storage stats and got widgets for almost all services, one of them is portainer so I can see if any service is stopped (most of them are running in docker). Also few services send notification on error or update

    I know its not really a monitoring tool, but it works well enough for me

  • @[email protected]
    link
    fedilink
    English
    89 months ago

    Zabbix for agent / snmp based statistics.

    Uptime Kuma for up/down states with a webhook notification into Discord so I get instant alerts on my phone when one goes down.

  • Dran
    link
    fedilink
    English
    79 months ago

    How has nobody in this thread said check_mk yet?

    It’s free, you host it yourself. It’s built off of nagios, compatible with nagios plugins, supports snmp or agent based checks. It can email, SMS, slack or discord you when something breaks, you can write your own custom checks in any language that can output to a local console… I could never imagine even looking for something else.

    • @[email protected]
      link
      fedilink
      English
      2
      edit-2
      9 months ago

      +1 for check_mk.

      It’s got a scriptable config file that begs for automation like mgmtConfig and it does SNMP. For me, that’s it. SNMP->MQTT->SNMP next year.

    • @[email protected]
      link
      fedilink
      English
      19 months ago

      I started using Checkmk recently after it was mentioned here and I really like it. I’d used Zabbix a bit but was annoyed at how much work it took to get it to do what I want. Checkmk was a lot better right out of the box.

  • @[email protected]
    link
    fedilink
    English
    5
    edit-2
    9 months ago

    Grafana set up to run on the server locally, then I connect to it via SSH forwarding. Then I can view all kinds of metrics in my browser in a neat interface.

  • @[email protected]
    link
    fedilink
    English
    5
    edit-2
    9 months ago

    I’ve been using uptime Kuma recently and it’s great but works better outside of docker.

    Inside docker I’d get a lot of false down positives from I assume docker throttling the checks.

    Plus it works with email, telegram, and matrix chat alerts. I monitor all my clients sites with it, and it’s bullet proof behind caddy.

    • @[email protected]
      link
      fedilink
      English
      19 months ago

      For light touch monitoring this is my approach too. I have one instance in my network, and another on fly.io for the VPSs (my most common outage is my home internet). To make it a tiny bit stronger, I wrote a Go endpoint that exposes the disk and memory usage of a server including with mem_okay and disk_okay keywords, and I have Kuma checking those.

      I even have the two Kuma instances checking each other by making a status page and adding checks for each other’s ‘degraded’ state. I have ntfy set up on both so I get the Kuma change notifications on my iPhone. I love ntfy so much I donate to it.

      For my VPSs, this is probably not enough, so I am considering the more complicated solutions (I’ve started wanting to know things like an influx of fali2ban bans etc.)

      • @[email protected]
        link
        fedilink
        English
        29 months ago

        I just do web hosting for clients sites and use Kuma to monitor uptime and SSL certificates.

        Ive got multiple Kuma’s running as well.

  • @[email protected]
    link
    fedilink
    English
    49 months ago

    At home, libreNMS. Just SNMP everything.

    For work, whatever the tool of the day is from management.

    • @[email protected]OP
      link
      fedilink
      English
      39 months ago

      I am running everything in docker compose so I’ve never found a use to it that justifies the waste of power

      • Possibly linux
        link
        fedilink
        English
        2
        edit-2
        9 months ago

        docker-compose doesn’t scale well and if you run it natively it is a little less secure.

        Virtualization adds 1-2% of overhead at most and gives you way more control of how the hardware is used.

        If you setup is small docker-compose might be easier to manage but as soon as you get more hardware it becomes the limiting factor. I still use docker-compose but now I run it in a VM

        • @[email protected]
          link
          fedilink
          English
          29 months ago

          I switched from docker compose to pure Ansible for deploying my containers. Makes managing config and starting containers across multiple hosts super easy. I considered virtualizing too but decided it didn’t offer me enough advantages. If I ever have an issue with the host OS I just reinstall using a preseed file and then rerun my playbooks and it’s ready to go.

    • @[email protected]
      link
      fedilink
      English
      19 months ago

      Adding my vote for Zabbix. It was a bit of a bear to set up and I had to write custom scripts to install the agents with TLS settings that were secure enough for me, but once it’s all set up it’s amazingly easy and intuitive to use and incredibly customizable.