zabbix_get

Langue: en

Autres versions - même langue

Version: 372314 (fedora - 01/12/10)

Section: 1 (Commandes utilisateur)

NAME

zabbix_get - Zabbix Get utility.

SYNOPSIS

zabbix_get [-hV] [-s host name or IP ] [-p port number ] [-I IP address ] [-k key ]

DESCRIPTION

zabbix_get is a command line utility for getting data from a remote Zabbix Agent.

Example: zabbix_get -s127.0.0.1 -p10050 -ksystem.cpu.load[all,avg1]

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
Display this help and exit.
-V, --version
Output version information and exit.

SEE ALSO

zabbix_agentd(8), zabbix_proxy(8), zabbix_sender(8), zabbix_server(8)

AUTHOR

Alexei Vladishev <alex@zabbix.com>