i have a configured instrument that return 0/1 and zabbix_agent shows in his log that he get value and send value (0 or 1), but in server log occurred row that server get "EMPTY STRING" ang host becames unreachable
(Item is numeric.)
Then: i make this item as character and all works, but values were empty strings. Make instrument return true/false and values became tru/fals (in zabbix_agentd.log i see that he sent values true/false)
it seems that agent cut off last symbol.
what can it be?
(Item is numeric.)
Then: i make this item as character and all works, but values were empty strings. Make instrument return true/false and values became tru/fals (in zabbix_agentd.log i see that he sent values true/false)
it seems that agent cut off last symbol.
what can it be?
Comment