NAME
zabbix_get - request information from a Zabbix agent
DESCRIPTION
zabbix_get is a command-line tool that communicates with a Zabbix agent
and retrieves requested information. The utility is usually used for
troubleshooting of Zabbix agents.
USAGE
zabbix_get [-hV] -s<host name or IP> [-p<port>] [-I<ip address>]
-k<key>
OPTIONS
-s --host <host name or IP>
Specify host name or IP address of a host.
-p --port <port number>
Specify port number of agent running on the host. Default is
10050.
-I --source-address <ip address>
Specify source IP address
-k --key <key of metric>
Specify metric name (key) we want to retrieve.
-h --help
Give this help
-V --version
Display version number
Example: zabbix_get -s127.0.0.1 -p10050 -k"system.cpu.load[all,avg1]"
NOTES
This man page was written by Christoph Haas <haas@debian.org> for the
Debian GNU/Linux distribution but may be freely used by anyone.