PERFMON Monitoring
HI,
I am trying to set up some PERFMON monitoring. I am obviously not doin git correctly.
I am running ServersCheck under a windows account with Admin rights.
I am not using a sample counter. I am using user credentials that is the administrator on the system I want to monitor.
These are the checks I am trying:
LogicalDisk(D:)Disk Read Bytes/sec
ASP.NET v2.0.50727Requests Queued
Logical Disk(D:)Disk Bytes/sec
The checks show 0 and it marks it as down.
I am trying to set up some PERFMON monitoring. I am obviously not doin git correctly.
I am running ServersCheck under a windows account with Admin rights.
I am not using a sample counter. I am using user credentials that is the administrator on the system I want to monitor.
These are the checks I am trying:
LogicalDisk(D:)Disk Read Bytes/sec
ASP.NET v2.0.50727Requests Queued
Logical Disk(D:)Disk Bytes/sec
The checks show 0 and it marks it as down.
This discussion has been closed.
Comments
So is this not going to work?
The check login from serverscheck might look something like.
user: computernameadmin
password: whatever
Just guessing here.
If that is not possible, then an option is to use a component called SNMP Informant that makes performance counters available via SNMP:
http://www.snmp-informant.com/
Since we do set up credentials to be used, why are those not used for perfmon checks?
I even tried setting up a performance counter locally on the localhost using one of the counter examples. Still does not work.
Error returned: "ERROR: Performance counter retrieval failed with error code: ERROR: C0000BDB - Unable to access the desired machine or service. Check the permissions and
This is locally on localhost using a login with administrative rights.
The other healthchecks are working.
Try what administrator said about
http://www.snmp-informant.com (above)
Maybe that will get you what you need.