macOS
brew install zabbixlocal Homebrew formula metadata
brew
Availability and monitoring solution. Version 7.4.11 via Homebrew; verified 2026-06-22.
install
brew install zabbixlocal Homebrew formula metadata
sudo apk add zabbixAlpine Linux edge package indexes · zabbix · source: dl-cdn.alpinelinux.org
sudo apt install zabbix-agentDebian stable package indexes · zabbix-agent · source: deb.debian.org
sudo dnf install zabbixFedora Rawhide package metadata · zabbix · source: dl.fedoraproject.org
nix profile install nixpkgs#zabbixnixpkgs package indexes · zabbix · source: raw.githubusercontent.com
sudo zypper install system-user-zabbixopenSUSE Tumbleweed package metadata · system-user-zabbix · source: download.opensuse.org
overview
Availability and monitoring solution
history
Zabbix is an open-source infrastructure monitoring and observability platform built around a server, agents, proxies, a web frontend, APIs, alerting, dashboards, and command-line utilities such as zabbix_sender and zabbix_get.
Alexei Vladishev originally created Zabbix in 1998 for his employer while working as a system administrator. Zabbix later became open-source software, and the first 1.0 release is listed by Zabbix release notes on 2004-03-23.
Zabbix SIA was founded on 2005-04-12 to support and commercialize the product while keeping the monitoring software open source. That company-backed open-source model became central to Zabbix: free software, but with professional services, training, support, and a partner network around it.
The software evolved from host and service monitoring into a distributed monitoring system. Official documentation describes proxies that collect data for remote sites and reduce central-server load, a JSON-RPC API for configuration and historical data, and sender utilities for pushing custom metrics from scripts.
Zabbix adoption grew through the classic open-source operations route: admins could deploy it without per-device license costs, extend it for local checks, and later buy services if the installation became business-critical. Zabbix's own history article names finance, aviation, retail, education, IT, government, non-profit, telecom, health care, and Fortune 500 organizations among its users and customers.
The project is also heavily packaged. The command set that Homebrew exposes here, especially `zabbix_agentd`, `zabbix_sender`, and `zabbix_get`, represents the client/utility side of a larger server product that Linux distributions package as agents, proxies, server backends, frontend components, Java gateway, and sender/get tools.
Zabbix's adoption history is tied to the Nagios-era monitoring landscape: it offered a full web UI, graphs, discovery, templates, escalations, proxies, and an API while remaining open source. That made it a durable option for organizations that wanted more integrated monitoring without moving to a proprietary licensing model.
Operators deploy a Zabbix server and frontend, install agents on monitored hosts, use proxies for branch offices or remote networks, define items/triggers/templates, and route alerts through configured media. Scripts can push metrics with `zabbix_sender`, manually query agent keys with `zabbix_get`, and automate configuration through the JSON-RPC API.
In package terms, the Homebrew formula is most useful on admin workstations or small monitored hosts: it provides the agent daemon and CLI utilities that let a user test checks, send trapper values, or connect local scripts to a central Zabbix deployment.
Zabbix matters to package nerds because it is a large, long-lived open-source operations stack whose packaging surface is bigger than one executable. Real deployments care about daemons, service users, config paths, database-backed server components, frontend files, agent packages, sender/get helpers, proxies, templates, and upgrade policy.
It is also a strong example of a commercial open-source infrastructure project where package availability is adoption infrastructure: the easier it is to install agents and utilities across operating systems, the easier it is for a central monitoring system to become the default operational fabric.
security posture
No matching local secret-handling manifest was found for zabbix. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
/usr/local/etc/zabbix_agentd.confexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
zabbix_agentd | cli | global executable | |
zabbix_get | cli | global executable | |
zabbix_sender | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:zabbix |
|---|---|
| Version | 7.4.11 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/zabbix |
| Homepage | https://www.zabbix.com/ |
| Repository | https://git.zabbix.com/projects/ZBX/repos/zabbix/browse |
| Upstream docs | https://www.zabbix.com/documentation/current/en/manual |
| License | AGPL-3.0-only |
| Source archive | https://cdn.zabbix.com/zabbix/sources/stable/7.4/zabbix-7.4.11.tar.gz |
| Last updated | 2026-06-22T14:06:44-07:00 |
| Pulse | updated |
| Dependencies | openssl@4, pcre2 |
| Build dependencies | pkgconf |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | zabbix |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
zabbix-agent 1:7.0.22+dfsg-1~deb13u1
network monitoring solution - agent
sudo apt install zabbix-agentzabbix-agent2 1:7.0.22+dfsg-1~deb13u1
Zabbix network monitoring solution - agent2
sudo apt install zabbix-agent2zabbix-frontend-php 1:7.0.22+dfsg-1~deb13u1
network monitoring solution - PHP front-end
sudo apt install zabbix-frontend-phpzabbix-java-gateway 1:7.0.22+dfsg-1~deb13u1
network monitoring solution - Java gateway
sudo apt install zabbix-java-gatewayzabbix-proxy-mysql 1:7.0.22+dfsg-1~deb13u1
network monitoring solution - proxy (using MySQL)
sudo apt install zabbix-proxy-mysqlzabbix-proxy-pgsql 1:7.0.22+dfsg-1~deb13u1
network monitoring solution - proxy (using PostgreSQL)
sudo apt install zabbix-proxy-pgsqlzabbix-proxy-sqlite3 1:7.0.22+dfsg-1~deb13u1
network monitoring solution - proxy (using SQLite3)
sudo apt install zabbix-proxy-sqlite3zabbix-sender 1:7.0.22+dfsg-1~deb13u1
Zabbix network monitoring solution - sender
sudo apt install zabbix-senderzabbix-server-mysql 1:7.0.22+dfsg-1~deb13u1
network monitoring solution - server (using MySQL)
sudo apt install zabbix-server-mysqlzabbix-server-pgsql 1:7.0.22+dfsg-1~deb13u1
network monitoring solution - server (using PostgreSQL)
sudo apt install zabbix-server-pgsqlzabbix-web-service 1:7.0.22+dfsg-1~deb13u1
Zabbix network monitoring solution - web-service
sudo apt install zabbix-web-servicezabbix
nix profile install nixpkgs#zabbixzabbix 7.4.11-r0
Enterprise-class open source distributed monitoring
sudo apk add zabbixzabbix-agent 7.4.11-r0
Zabbix Network Monitoring Agent
sudo apk add zabbix-agentzabbix-agent-openrc 7.4.11-r0
Zabbix Network Monitoring Agent (OpenRC init scripts)
sudo apk add zabbix-agent-openrczabbix-agent2 7.4.11-r0
Zabbix Network Monitoring Agent (version 2)
sudo apk add zabbix-agent2source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.