Hi all,
I've been trying to solve a strange issue I have lately... Basically there are a few items which the web ui says "not supported", however manually running both zabbix_get on the server and zabbix_agentd on the client return expected values.

Server is version 1.8.1
Client is version 1.8.7
I can get that perf_counter from several other servers, there's just a handful which are having issues.
I have the ability to try other client versions, though upgrading the server is in the roadmap, but not in the near future.
Any ideas on how to solve this?
Thanks
I've been trying to solve a strange issue I have lately... Basically there are a few items which the web ui says "not supported", however manually running both zabbix_get on the server and zabbix_agentd on the client return expected values.
Code:
$ zabbix_get -sX.X.X.X -k"perf_counter[\Processor(_Total)\% Processor Time]" 0.786965
Code:
>zabbix_agentd.exe -t "perf_counter[\Processor(_Total)\% Processor Time]" perf_counter[\Processor(_Total)\% Processor Time] [d|0.005760]

Server is version 1.8.1
Client is version 1.8.7
I can get that perf_counter from several other servers, there's just a handful which are having issues.
I have the ability to try other client versions, though upgrading the server is in the roadmap, but not in the near future.
Any ideas on how to solve this?
Thanks
Comment