zabbix_get

zabbix_get is a command-line tool can be used to obtain monitoring data from a remote Zabbix probe.

1.2 Usage

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

1.3 Options
    • -sOr a --host <host name or IP> 
      host name or IP address of the monitored server.

    • -pOr --port <port number> 
      specify the port number of the probe run on a monitored server. The default value is 10050.

    • -IOr --source-address <IP address> 
      specify the source IP address.

    • -kOr --key <item key> 
      keyword term monitoring in order to obtain the corresponding monitoring data.

    • -hOr --help 
      display help information, then exit.

    • -VOr --version 
      display version information, then exit.

Guess you like

Origin www.cnblogs.com/betterquan/p/11460417.html