Zabbix get utility.
zabbix_get [-hV] [-s <host name or IP>] [-p <port number>] [-I <IP address>] [-k <item key>]
zabbix_get is a command line utility for getting data from a remote Zabbix agent.
Specify host name or IP address of a host.
Specify port number of agent running on the host. Default is 10050.
Specify source IP address.
Specify key of item to retrieve value for.
Display this help and exit.
Output version information and exit.
zabbix_get -s 127.0.0.1 -p 10050 -k system.cpu.load[all,avg1]
zabbix_agentd(8), zabbix_proxy(8), zabbix_sender(8), zabbix_server(8)
Alexei Vladishev <[email protected]>