Hi,
I found 2 bugs in the zabbix docu for: zabbix_sender
1. option -h should be --host or -s in the example
2. the short help for item "-s/--host" has an entry for using of ip/dns and
not for using ip/dns
shell> ./zabbix_sender –z zabbix –p 10051 –h LinuxDB3 –k db.connections –o 43
ZABBIX Sender accepts the following command line parameters:
-z –zabbix-server <zabbix server> Hostname or IP address of ZABBIX Server.
-p --port <zabbix server port> Specify port number of server trapper running on the server. Default is 10051.
-s –host <host name or IP> Specify host name. Host IP address and DNS name will not work.
-k –key <key of metric> Specify metric name (key) we want to send.
-o –value <value> Specify value of the key.
-i –input-file <input file> Load values from input file.
-h –help Give this help.
-v –version Display version number.
I found 2 bugs in the zabbix docu for: zabbix_sender
1. option -h should be --host or -s in the example
2. the short help for item "-s/--host" has an entry for using of ip/dns and
not for using ip/dns
shell> ./zabbix_sender –z zabbix –p 10051 –h LinuxDB3 –k db.connections –o 43
ZABBIX Sender accepts the following command line parameters:
-z –zabbix-server <zabbix server> Hostname or IP address of ZABBIX Server.
-p --port <zabbix server port> Specify port number of server trapper running on the server. Default is 10051.
-s –host <host name or IP> Specify host name. Host IP address and DNS name will not work.
-k –key <key of metric> Specify metric name (key) we want to send.
-o –value <value> Specify value of the key.
-i –input-file <input file> Load values from input file.
-h –help Give this help.
-v –version Display version number.
Comment