Hi,
Sorry, but I think that I'm a little dumb... I'm not able to get PerfCounter running. I searched the forum, found some tips, but I'm not able to do it...
Let me try to explain what I did:
First I checked if agent was able to read the counter that I want using the following command:
and zabbix returned
So, I edited the zabbix_agentd.conf and appended the following line to it:
Then I restarted the zabbix server and tried to execute the following command:
but it returns [m|ZBX_NOTSUPPORTED]
Reading the forum I found the following, suggesting to use Alias instead.
So I tried to put the following into my config file:
But I got the same result.
I also tried lots of other combinations (removing my "perfcounter" prefix, removind double quotes, puting PerfCounter and Alias together, etc).
So, please, help!!
TIA,
Bob
Sorry, but I think that I'm a little dumb... I'm not able to get PerfCounter running. I searched the forum, found some tips, but I'm not able to do it...
Let me try to explain what I did:
First I checked if agent was able to read the counter that I want using the following command:
PHP Code:
zabbix_agentd.exe -t perf_counter["\Active Server Pages\Requests/Sec"]
PHP Code:
perf_counter[\Active Server Pages\Requests/Sec] [d|10.000000]
PHP Code:
PerfCounter=perfcounter.iisrequests,"\Active Server Pages\Requests/Sec",60
PHP Code:
zabbix_agentd.exe -t perfcounter.iisrequests
Reading the forum I found the following, suggesting to use Alias instead.
So I tried to put the following into my config file:
PHP Code:
Alias=perfcounter.iisrequests:perf_counter["\Active Server Pages\Requests/Sec"]
I also tried lots of other combinations (removing my "perfcounter" prefix, removind double quotes, puting PerfCounter and Alias together, etc).
So, please, help!!
TIA,
Bob
Comment