I'm trying to monitor some servers running Windows Server 2008 R2 with Cacti.
I installed Cacti on a Windows Server 2008 R2 with your setup for Windows (http://forums.cacti.net/viewtopic.php?f=3&t=14946) with all features but can not get data from the "devices".
Once installed cacti I try to add new devices. These are in fact recognized in the page of the device can read SNMP information received from it.
I am going to create graphs: "Host MIB - Logged in Users" and "Host MIB - Processes" and wait for the poller be invoked at least a couple of times, then I go to see graphs.
I get an empty graph:
I check the logfile. I get no errors:
Code: Select all
01/19/2012 09:35:02 AM - SYSTEM STATS: Time:1.5967 Method:cmd.php Processes:1 Threads:N/A Hosts:2 HostsPerProcess:2 DataSources:2 RRDsProcessed:2
01/19/2012 09:35:02 AM - CMDPHP: Poller[0] Time: 0.0658 s, Theads: N/A, Hosts: 1
01/19/2012 09:35:02 AM - CMDPHP: Poller[0] Host[4] DS[25] SNMP: v2: localhost, dsname: users, oid: .1.3.6.1.2.1.25.1.5.0, output: 4
01/19/2012 09:35:02 AM - CMDPHP: Poller[0] Host[4] DS[26] SNMP: v2: localhost, dsname: proc, oid: .1.3.6.1.2.1.25.1.6.0, output: 53
01/19/2012 09:35:02 AM - CMDPHP: Poller[0] Host[4] RECACHE DQ[9] OID: .1.3.6.1.2.1.1.3.0, output: 1318405
01/19/2012 09:35:02 AM - CMDPHP: Poller[0] Host[4] RECACHE DQ[8] OID: .1.3.6.1.2.1.1.3.0, output: 1318400
01/19/2012 09:35:02 AM - CMDPHP: Poller[0] Host[4] RECACHE DQ[1] OID: .1.3.6.1.2.1.1.3.0, output: 1318399
01/19/2012 09:35:01 AM - POLLER: Poller[0] NOTE: Poller Int: '300', Scheduled Task Int: '300', Time Since Last: '300', Max Runtime '298', Poller Runs: '1'
01/19/2012 09:30:02 AM - SYSTEM STATS: Time:1.6658 Method:cmd.php Processes:1 Threads:N/A Hosts:2 HostsPerProcess:2 DataSources:2 RRDsProcessed:2
01/19/2012 09:30:02 AM - CMDPHP: Poller[0] Time: 0.0190 s, Theads: N/A, Hosts: 1
01/19/2012 09:30:02 AM - CMDPHP: Poller[0] Host[4] DS[25] SNMP: v2: localhost, dsname: users, oid: .1.3.6.1.2.1.25.1.5.0, output: 4
01/19/2012 09:30:02 AM - CMDPHP: Poller[0] Host[4] DS[26] SNMP: v2: localhost, dsname: proc, oid: .1.3.6.1.2.1.25.1.6.0, output: 52
01/19/2012 09:30:02 AM - CMDPHP: Poller[0] Host[4] RECACHE DQ[9] OID: .1.3.6.1.2.1.1.3.0, output: 1288402
01/19/2012 09:30:02 AM - CMDPHP: Poller[0] Host[4] RECACHE DQ[8] OID: .1.3.6.1.2.1.1.3.0, output: 1288402
01/19/2012 09:30:02 AM - CMDPHP: Poller[0] Host[4] RECACHE DQ[1] OID: .1.3.6.1.2.1.1.3.0, output: 1288402
01/19/2012 09:30:01 AM - POLLER: Poller[0] NOTE: Poller Int: '300', Scheduled Task Int: '300', Time Since Last: '300', Max Runtime '298', Poller Runs: '1'
RRD files are created with success, but they are not updated, since the last update date is the same as the creation date.
I've tried to monitor processes with Procmon but there is no ACCESS_DENIED.
Can you help me?