hello,
I'm using zabbix 2.4. I try to get data from a monitored windows server, using zabbix agent 2.3.
When i make system.run["ping localhost > c:\toto.txt"] it is ok : the file is created and contains the result of ping localhost.
When i make system.run["ping localhost] no data is retrieved on the zabbix server.
In both case, the item is shown as "unsupported". It is executed because of the retrying unsupported item interval.
I think there is somethins bad in the zabbix_agent.conf, but i don't know what.
Thank you for reply.
I'm using zabbix 2.4. I try to get data from a monitored windows server, using zabbix agent 2.3.
When i make system.run["ping localhost > c:\toto.txt"] it is ok : the file is created and contains the result of ping localhost.
When i make system.run["ping localhost] no data is retrieved on the zabbix server.
In both case, the item is shown as "unsupported". It is executed because of the retrying unsupported item interval.
I think there is somethins bad in the zabbix_agent.conf, but i don't know what.
Thank you for reply.
Comment