Hello. Does anyone here use Zabbix to monitor their self-hosted environment? If so, what architecture do you have, and what does your deployment look like?

  • forbiddenlake@lemmy.world
    link
    fedilink
    English
    arrow-up
    9
    ·
    9 months ago

    I used to. It’s really complicated and not big in the self hosted space.

    I’d recommend the standard Prometheus, alert manager, and grafana stack instead. That’s what I use now, and although yaml sure is something, at least there’s tons of people to copy.

    • MysteriousSophon21@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      9 months ago

      Zabbix is more powerfull for complex alerting scenarios and has better agent-based monitoring, while Prom/Grafana excels at metrics visualzation and integrates better with containers - they’re actually complementary depending on what you’re monitoring.

  • surfrock66@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    9 months ago

    I use it at home, as a test environment as I brought it to 2 workplaces. I have a mysql VM and a front end VM.

  • philpo@feddit.org
    link
    fedilink
    English
    arrow-up
    3
    ·
    9 months ago

    I am using it and tbh didn’t have too many issues with it. It runs as a LXC on my Proxmox server.

    With that it’s a fairly comfortable setup - it does have API access on the proxmox node and therefore automatically discovers all LXCs,even the ones you add after the installation.

    For other machines I use a fairly easy bash script to download the agent 2 and then overwrite the config file with the right parameters,but that’s just me being lazy - it’s not that much work doing it by hand as well.

    And for everything else there is always SNMP which is fairly well supported and there are tons of templates nowadays.

    Tbh, I had Prometheus/Grafana before and found it to be much more complicated, especially when you need active and passive nodes. The fact that Zabbix is “All in one” is fairly nice sometimes.

    Dashboards are a bit lacking behind Grafana at times,but I can live with that.

  • exu@feditown.com
    link
    fedilink
    English
    arrow-up
    2
    ·
    9 months ago

    I run mine on a separate server in containers (using Podman). For architecture, the server just connects directly to each agent, using my VPN network