Hi,
i'm trying to send a custom data to my Zabbix server using "zabbix_sender".
The data is the result of "iostat -c" (a package that gives cpu load), and this data is a float (0.59 for instance).
I've added an item "CPU", with the keys "user" and as "Type of information" I've selected "Numeric (float)".
My zabbix_sender command line is:
This gives me
I think this is because I send a float, but I don't understand why Zabbix can't receive such value.
Thanks for your help.
i'm trying to send a custom data to my Zabbix server using "zabbix_sender".
The data is the result of "iostat -c" (a package that gives cpu load), and this data is a float (0.59 for instance).
I've added an item "CPU", with the keys "user" and as "Type of information" I've selected "Numeric (float)".
My zabbix_sender command line is:
zabbix_sender -z 192.168.1.250 -p 10051 -s "Zabbix server" -k "user" -o $user
Info from server: "Processed 0 Failed 1 Total 1 Seconds spent 0.000101"
Thanks for your help.
Comment