macOS
brew install zabbix-clilocal Homebrew formula metadata
brew
CLI tool for interacting with Zabbix monitoring system. Version 3.7.0 via Homebrew; verified 2026-06-18.
install
brew install zabbix-clilocal Homebrew formula metadata
sudo apt install zabbix-cliDebian stable package indexes · zabbix-cli · source: deb.debian.org
nix profile install nixpkgs#zabbix-clinixpkgs package indexes · pkgs/by-name/za/zabbix-cli/package.nix · source: api.github.com
overview
CLI tool for interacting with Zabbix monitoring system
history
Zabbix CLI is a Python terminal client for administering Zabbix through the Zabbix API, with interactive, single-command, and batch modes.
The project is developed and tested by the University Center for Information Technology at the University of Oslo. Its README describes it as a command-line interface for common Zabbix administrative tasks over the Zabbix API.
Version 3 was rewritten from the ground up, leaving the older 2.3.2 implementation available on a branch. The newer CLI emphasizes a richer terminal interface, JSON output, configuration files, authentication helpers, and cross-platform binaries built with PyInstaller.
zabbix-cli fills a gap around Zabbix administration: Zabbix exposes a JSON-RPC API, but many operators want a packaged terminal client for host, group, proxy, and inventory workflows instead of writing one-off curl or Python snippets.
The README documents installation through the `zabbix-cli-uio` PyPI mirror, Homebrew, and release binaries for Linux, macOS, and Windows. That adoption pattern is practical rather than glamorous: it is a workstation/sysadmin helper around an existing monitoring installation.
Users start `zabbix-cli` as a REPL, run `zabbix-cli COMMAND` for a single operation, or pass a file for batch execution. It prompts for the Zabbix frontend URL and credentials, stores a session token, and can render either terminal tables or machine-readable JSON.
For package nerds, zabbix-cli is interesting as a third-party operational companion to a major monitoring stack: it packages API administration into a normal CLI with completions, config files, auth state, JSON output, and distro-friendly release artifacts.
It also demonstrates a common ecosystem pattern around large server products: the core project ships an API, while site operators and universities build smaller command tools to make daily administration scriptable.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
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.
./zabbix-cli.toml$XDG_CONFIG_HOME/zabbix-cli/zabbix-cli.toml$XDG_CONFIG_DIRS/zabbix-cli/zabbix-cli.toml./zabbix-cli.toml~/Library/Application Support/zabbix-cli/zabbix-cli.toml~/Library/Preferences/zabbix-cli/zabbix-cli.toml.\zabbix-cli.toml%LOCALAPPDATA%\zabbix-cli\zabbix-cli.toml%APPDATA%\zabbix-cli\zabbix-cli.tomlCredential-bearing paths to review before unattended agent runs.
~/.zabbix-cli_authexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
zabbix-cli | cli | global executable | |
zabbix-cli-bulk-execution | cli | global executable | |
zabbix-cli-init | 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.
https://unioslo.github.io/zabbix-cli/
install metadata
| Package key | brew:zabbix-cli |
|---|---|
| Version | 3.7.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/zabbix-cli |
| Homepage | https://unioslo.github.io/zabbix-cli/ |
| Repository | https://github.com/unioslo/zabbix-cli |
| Upstream docs | https://github.com/unioslo/zabbix-cli#readme |
| License | GPL-3.0-or-later |
| Source archive | https://files.pythonhosted.org/packages/1d/a6/8e6d8fbf6842f2a363807bce5f59ccc7cd97c64b79c282e38af7b5384958/zabbix_cli_uio-3.7.0.tar.gz |
| Last updated | 2026-06-18T17:28:06Z |
| Pulse | updated |
| Dependencies | certifi, pydantic, python@3.14 |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | zabbix-cli |
| 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-cli 3.5.1-1
Command-line interface for Zabbix
https://github.com/unioslo/zabbix-cli
sudo apt install zabbix-clizabbix-cli
nix profile install nixpkgs#zabbix-clisource 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.