This is the documentation page for an unsupported version of Zabbix.
Is this not what you were looking for? Switch to the current version or choose one from the drop-down menu.
Table of Contents

7 Zabbix Get (UNIX)

Zabbix UNIX Getは、Zabbixエージェントと通信して必要な情報を取得するプロセスです。

通常は、Zabbixエージェントのトラブルシューティングの際に使用します。

Zabbix Getを起動するには、以下のコマンドを実行します。

shell> cd bin 
       shell> ./zabbix_get -s127.0.0.1 -p10050 -k"system.cpu.load[all,avg1]"

以下のコマンドラインパラメータを指定できます。

  -p --port <port number> Specify port number of agent running on the host. Default is 10050.
         -s -host <host name or IP> Specify host name or IP address of a host.
         -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.

ヘルプを表示するには、以下のコマンドを実行します。

shell> zabbix_get -h