I've successfully created several performance counters checks for Zabbix on Windows.
However I have three checks which don't report any data:
1. Page Faults: perf_counter["\Memory\Page Faults/sec",60]
2. Page File Peak usage: perf_counter["\Paging File(_Total)\% Usage Peak",300]
3. Page File usage: perf_counter["\Paging File(_Total)\% Usage",30]
When I test them in the command prompt with "typeperf" they work fine.
I don't have a clue as to why these performance counters aren't working in Zabbix. Does anyone have a suggestion?
However I have three checks which don't report any data:
1. Page Faults: perf_counter["\Memory\Page Faults/sec",60]
2. Page File Peak usage: perf_counter["\Paging File(_Total)\% Usage Peak",300]
3. Page File usage: perf_counter["\Paging File(_Total)\% Usage",30]
When I test them in the command prompt with "typeperf" they work fine.
I don't have a clue as to why these performance counters aren't working in Zabbix. Does anyone have a suggestion?
Comment