Hello,
I have the zabbix agent instaled on my windows, and I want to use the performance counters(of Web services).
When I use the command, like this one below, I dont have any problem on start the agent.
PerfCounter = interrupts,"\2116(_Total)\2158",60
But when I use the code below in the conf file of the agent, I always get an error: "Error 1067"
PerfCounter = interrupts,"\Web Service(*)\Total Post Requests",60
I cant understand what is the problem, I tried everything, and nothing works.
I have also tried to uncomment the example in the configuration file and restart the service, but the error always happen
# PerfCounter = interrupts,"\Processor(0)\Interrupts/sec",60
I think is somehow a bug related with the zabbix agent.
I really need your help.
thanks
I have the zabbix agent instaled on my windows, and I want to use the performance counters(of Web services).
When I use the command, like this one below, I dont have any problem on start the agent.
PerfCounter = interrupts,"\2116(_Total)\2158",60
But when I use the code below in the conf file of the agent, I always get an error: "Error 1067"
PerfCounter = interrupts,"\Web Service(*)\Total Post Requests",60
I cant understand what is the problem, I tried everything, and nothing works.
I have also tried to uncomment the example in the configuration file and restart the service, but the error always happen
# PerfCounter = interrupts,"\Processor(0)\Interrupts/sec",60
I think is somehow a bug related with the zabbix agent.
I really need your help.
thanks