zabbix_get
network monitoring solution - proxy (using MySQL)
Install
- All systems
-
curl cmd.cat/zabbix_get.sh
- Debian
-
apt-get install zabbix-server-pgsql
- Ubuntu
-
apt-get install zabbix-server-pgsql
- Alpine
-
apk add zabbix
- Arch Linux
-
pacman -S zabbix-server
- Kali Linux
-
apt-get install zabbix-server-pgsql
- Fedora
-
dnf install zabbix
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install zabbix-server-pgsql
- OS X
-
brew install zabbix
- Raspbian
-
apt-get install zabbix-server-pgsql
- Dockerfile
- dockerfile.run/zabbix_get
- Docker
-
docker run cmd.cat/zabbix_get zabbix_get
powered by Commando
zabbix-proxy-mysql
network monitoring solution - proxy (using MySQL)
Zabbix is a server/client network monitoring system with many features. It can be used for: - high level monitoring of IT services; - centralized monitoring of your servers and applications; - monitoring of SNMP-enabled devices; - performance monitoring (process load, network activity, disk activity, memory usage, OS parameters etc.); - data visualization. This package provides the software needed to integrate a host as a Zabbix proxy. It collects information from Zabbix agents, temporarily stores it in a MySQL database and then passes it to a Zabbix server.
zabbix-proxy-pgsql
network monitoring solution - proxy (using PostgreSQL)
Zabbix is a server/client network monitoring system with many features. It can be used for: - high level monitoring of IT services; - centralized monitoring of your servers and applications; - monitoring of SNMP-enabled devices; - performance monitoring (process load, network activity, disk activity, memory usage, OS parameters etc.); - data visualization. This package provides the software needed to integrate a host as a Zabbix proxy. It collects information from Zabbix agents, temporarily stores it in a PostgreSQL database and then passes it to a Zabbix server.
zabbix-proxy-sqlite3
network monitoring solution - proxy (using SQLite3)
Zabbix is a server/client network monitoring system with many features. It can be used for: - high level monitoring of IT services; - centralized monitoring of your servers and applications; - monitoring of SNMP-enabled devices; - performance monitoring (process load, network activity, disk activity, memory usage, OS parameters etc.); - data visualization. This package provides the software needed to integrate a host as a Zabbix proxy. It collects information from Zabbix agents, temporarily stores it in an SQLite3 database and then passes it to a Zabbix server.
zabbix-server-mysql
network monitoring solution - server (using MySQL)
Zabbix is a server/client network monitoring system with many features. It can be used for: - high level monitoring of IT services; - centralized monitoring of your servers and applications; - monitoring of SNMP-enabled devices; - performance monitoring (process load, network activity, disk activity, memory usage, OS parameters etc.); - data visualization. This package provides the software needed to integrate a host as a Zabbix client. It collects information from Zabbix clients and stores it in a MySQL database.
zabbix-server-pgsql
network monitoring solution - server (using PostgreSQL)
Zabbix is a server/client network monitoring system with many features. It can be used for: - high level monitoring of IT services; - centralized monitoring of your servers and applications; - monitoring of SNMP-enabled devices; - performance monitoring (process load, network activity, disk activity, memory usage, OS parameters etc.); - data visualization. This package provides the software needed to integrate a host as a Zabbix client. It collects information from Zabbix clients and stores it in a PostgreSQL database.