Hi!
manual says:
zabbix_sender -z 192.168.1.113 -i data_values.txt
Send values from file data_values.txt to server with IP 192.168.1.113.
Host names and keys are defined in the file.
What is the format of such file?
is it one line per value in the form:
HOST ITEM1 VALUE1
HOST ITEM2 VALUE2
or it is possible to give many ITEM VALUE pairs for particular host in one line? For example:
HOST ITEM1 VALUE1 ITEM2 VALUE2 ITEM3 VALUE3 etc?
May be it is worth mentioning in the man?
Janis
manual says:
zabbix_sender -z 192.168.1.113 -i data_values.txt
Send values from file data_values.txt to server with IP 192.168.1.113.
Host names and keys are defined in the file.
What is the format of such file?
is it one line per value in the form:
HOST ITEM1 VALUE1
HOST ITEM2 VALUE2
or it is possible to give many ITEM VALUE pairs for particular host in one line? For example:
HOST ITEM1 VALUE1 ITEM2 VALUE2 ITEM3 VALUE3 etc?
May be it is worth mentioning in the man?
Janis
Comment