Zabbix VS prometheus

Compare Zabbix vs prometheus and see what are their differences.

Zabbix

Real-time monitoring of IT components and services, such as networks, servers, VMs, applications and the cloud. (by zabbix)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Zabbix prometheus
69 381
3,799 52,748
3.8% 1.6%
10.0 9.9
1 day ago 3 days ago
PHP Go
GNU General Public License v3.0 only Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Zabbix

Posts with mentions or reviews of Zabbix. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-04.
  • Building a Managed Service Provider Business With Open Source
    14 projects | dev.to | 4 Apr 2024
    Zabbix
  • Top 11 Grafana Alternatives in 2023
    4 projects | dev.to | 23 Oct 2023
    Zabbix is a comprehensive open-source monitoring solution designed for real-time monitoring and management of various network components, such as servers, networks, and applications. It excels in data collection and processing, enabling proactive monitoring for early issue detection and resolution.
  • PHP-FPM 8.2 on OpenBSD 7.3
    6 projects | dev.to | 5 Aug 2023
    5 projects | dev.to | 2 Aug 2023
    The PHP core package is offered as pre-compiled binary via Ports packages system. In addition, important softwares such as extensions, Composer and PECL libraries are available. So are frameworks such as NextCloud and Zabbix.
  • Is anyone using Grafana for your network monitoring?
    1 project | /r/networking | 12 Jul 2023
    Prometheus is a great way to go, however you need to invest time in writing all the alerts. This was a daunting task for us, because we have too many vendors and device types.. we instead went with zabbix, which is a free open source platform similar to Orion. Quite easy to setup. All the device templates for monitoring alerting are provided by the community. There is a grafana plugin which integrates with Zabbix, so you can build beautiful dashboards in grafana while using the polling and alerting logic in zabbix. You can also use grafana OnCall via a zabbix integration. Phase1: You could move to zabbix. Realize cost savings without investing time. Phase2: learn and work on moving things to Prometheus slowly. edit: added links and some rewording
  • Ascertaining how much traffic backups generate
    1 project | /r/sysadmin | 4 Jul 2023
    Setup Zabbix (https://www.zabbix.com/) and use SNMP (search for a template for your switches, chances are someone has created one) to pull throughput data from the switchport your proxies are connected to. This will graph them for you on a continual basis, you can then setup some triggers (alerts) that will flag over-utilization (say >80Mbps) for you, can generate an email or SMS alert based on that or just see it in the dashboard.
  • Any good and free tool to test network connection health? (see description for details)
    1 project | /r/sysadmin | 4 Jul 2023
    Look at setting up Zabbix (https://www.zabbix.com/) you can then do ping and latency tests to key hosts/endpoints and get packet loss and other variables in a graphical format. Also will allow you to setup monitoring to alert when there are known issues.
  • Uptime site monitor - notification solutions for home while sleeping
    3 projects | /r/sysadmin | 22 Jun 2023
    Check out Zabbix. Similar to something like PRTG (I see was already mentioned) but it is a free solution. Only cost is setup time and infrastructure.
  • Self hosted log paraer
    4 projects | /r/selfhosted | 20 Jun 2023
    now if its more metric data you are using and want to do APM, prometheus is your man https://prometheus.io/, want to make prometheus your full time job? deploy cortex https://cortexmetrics.io/, honorable mention in the metrics space, Zabbix, https://www.zabbix.com/ I've seen use cases of zabbix going way beyond its intended use its a fantastic tool
  • Mixed Vendor Network Monitoring and Management
    4 projects | /r/networking | 29 May 2023
    - NMS / NPM: NetXMS, Zabbix, LibreNMS, PRTG - NCM, updates, automation: Unimus - IaC / automation: Ansible - DCIM / IPAM: NetBox - IPAM / DDI: Infoblox

prometheus

Posts with mentions or reviews of prometheus. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-12.
  • Fivefold Slower Compared to Go? Optimizing Rust's Protobuf Decoding Performance
    10 projects | news.ycombinator.com | 12 Apr 2024
    WriteRequest::timeseries is a vector (https://github.com/prometheus/prometheus/blob/main/prompb/re...) and
  • Tools for frontend monitoring with Prometheus
    6 projects | dev.to | 9 Apr 2024
    Developers widely use Prometheus as a system for operational monitoring and alerting for their projects. Here is a list of tools for monitoring frontend services with Prometheus.
  • The power of the CLI with Golang and Cobra CLI
    9 projects | dev.to | 6 Apr 2024
    Just to give an example of the power of Go for CLI builds, you may have already used or at least heard of Docker, Kubernetes, Prometheus, Terraform, but what do they all have in common? They all have a large part of their usability via CLI and are developed in Go 🐿.
  • On Implementation of Distributed Protocols
    23 projects | dev.to | 5 Apr 2024
    Distributed system administrators need mechanisms and tools for monitoring individual nodes in order to analyze the system and promptly detect anomalies. Developers also need effective mechanisms for analyzing, diagnosing issues, and identifying bugs in protocol implementations. Logging, tracing, and collecting metrics are common observability techniques to allow monitoring and obtaining diagnostic information from the system; most of the explored code bases use these techniques. OpenTelemetry and Prometheus are popular open-source monitoring solutions, which are used in many of the explored code bases.
  • Golang: out-of-box backpressure handling with gRPC, proven by a Grafana dashboard
    4 projects | dev.to | 3 Apr 2024
    Setting up monitoring for a system, especially one involving GRPC communication, provides crucial visibility into its operations. In this guide, we walked through the steps to instrument both a GRPC server and client with Prometheus metrics, exposed those metrics via an HTTP endpoint, and visualized them using Grafana. The Docker-Compose setup simplified the deployment of both Prometheus and Grafana, ensuring a streamlined process.
  • Monitoring, Observability, and Telemetry Explained
    3 projects | dev.to | 2 Apr 2024
    Alerting and Notification: Select a tool with flexible alerting mechanisms to proactively detect anomalies or deviations from defined thresholds. Consider asking questions like "Does this tool offer customizable alerting options and support notification channels that suit our team's communication preferences?" A tool like Prometheus provides robust alerting capabilities.
  • Observability at KubeCon + CloudNativeCon Europe 2024 in Paris
    7 projects | dev.to | 26 Mar 2024
    Prometheus
  • Top 5 Docker Container Monitoring Tools in 2024
    1 project | dev.to | 24 Mar 2024
    Prometheus is an open-source monitoring and alerting toolkit. It is designed to monitor highly dynamic containerized systems, making it an excellent choice for monitoring Docker containers and Kubernetes clusters.
  • Install and Setup Grafana & Prometheus on Ubuntu 20.04 | 22.04/EC2
    1 project | dev.to | 14 Mar 2024
    wget https://github.com/prometheus/prometheus/releases/download/v2.46.0/prometheus-2.46.0.linux-amd64.tar.gz
  • 4 facets of API monitoring you should implement
    3 projects | dev.to | 2 Mar 2024
    Prometheus: Open-source monitoring system. Often used together with Grafana.

What are some alternatives?

When comparing Zabbix and prometheus you can also consider the following projects:

LibreNMS - Community-based GPL-licensed network monitoring system

metrics-server - Scalable and efficient source of container resource metrics for Kubernetes built-in autoscaling pipelines.

uptime-kuma - A fancy self-hosted monitoring tool

skywalking - APM, Application Performance Monitoring System

Netdata - The open-source observability platform everyone needs

Jolokia - JMX on Capsaicin

Centreon - Centreon is a network, system and application monitoring tool. Centreon is the only AIOps Platform Providing Holistic Visibility to Complex IT Workflows from Cloud to Edge.

Telegraf - The plugin-driven server agent for collecting & reporting metrics.

loki - Like Prometheus, but for logs.

JavaMelody - JavaMelody : monitoring of JavaEE applications

Monit

Glowroot - Easy to use, very low overhead, Java APM