Hi all
Only the _Total perf counter are working. Agent2 v7.0, windows server 2022.
# zabbix_get -s hostname -k 'perf_counter["\Paging File(\??\c:\pagefile.sys\)\% Usage"]' -p 10050
zabbix_get [1916354]: Check access restrictions in Zabbix agent configuration
# zabbix_get -s hostname -k 'perf_counter["\Paging File(\??\c:\pagefile.sys\)\% Usage Peak"]' -p 10050
zabbix_get [1916719]: Check access restrictions in Zabbix agent configuration
# zabbix_get -s hostname -k 'perf_counter["\Paging File(_Total)\% Usage"]' -p 10050
14.957886
# zabbix_get -s hostname -k 'perf_counter["\Paging File(_Total)\% Usage Peak"]' -p 10050
15.463867
any idea why?
Only the _Total perf counter are working. Agent2 v7.0, windows server 2022.
# zabbix_get -s hostname -k 'perf_counter["\Paging File(\??\c:\pagefile.sys\)\% Usage"]' -p 10050
zabbix_get [1916354]: Check access restrictions in Zabbix agent configuration
# zabbix_get -s hostname -k 'perf_counter["\Paging File(\??\c:\pagefile.sys\)\% Usage Peak"]' -p 10050
zabbix_get [1916719]: Check access restrictions in Zabbix agent configuration
# zabbix_get -s hostname -k 'perf_counter["\Paging File(_Total)\% Usage"]' -p 10050
14.957886
# zabbix_get -s hostname -k 'perf_counter["\Paging File(_Total)\% Usage Peak"]' -p 10050
15.463867
any idea why?
Comment