Hello all!
we use a custom script to monitor our NAS that outputs data to zabbix_sender.
The item memory_free was set as a Numeric, with "B" unit.
After upgrading the filer to a bigger model with more RAM, the script outputs this value for memoy_free : 7.15443e+09
So Zabbix rejects that value as it's not numeric. I tried to change the type to float and it doesnt work either.
When I try to send that value manually with zabbix_sender in verbose mode all I get is :
zabbix_sender [13327]: DEBUG: answer [{
"response":"success",
"info":"Processed 0 Failed 1 Total 1 Seconds spent 0.000055"}]
Info from server: "Processed 0 Failed 1 Total 1 Seconds spent 0.000055"
sent: 1; skipped: 0; total: 1
Any idea why?
Thanks.
we use a custom script to monitor our NAS that outputs data to zabbix_sender.
The item memory_free was set as a Numeric, with "B" unit.
After upgrading the filer to a bigger model with more RAM, the script outputs this value for memoy_free : 7.15443e+09
So Zabbix rejects that value as it's not numeric. I tried to change the type to float and it doesnt work either.
When I try to send that value manually with zabbix_sender in verbose mode all I get is :
zabbix_sender [13327]: DEBUG: answer [{
"response":"success",
"info":"Processed 0 Failed 1 Total 1 Seconds spent 0.000055"}]
Info from server: "Processed 0 Failed 1 Total 1 Seconds spent 0.000055"
sent: 1; skipped: 0; total: 1
Any idea why?
Thanks.
Comment