Setup:
2008 R2 64 bit
IIS 7.5
Cacti 8.8 and supported apps loaded from Cacti Windows Installer
Some patching to get past some of the 8.8 bugs
Environment:
I have a working Cacti install on UNIX with 8.6 graphing 100+ nodes and 1000's of graphs but the system is nearing it's expiration date and our IT director want this system ported to a Windows environment since this is our only UNIX system in production. This system is currently using SNMP version 3 to poll all of our monitored devices without issues.
So new system running 8.8 can graph and poll without issues if it's using SNMP Version 2. Once I set it to use Version 3 the systems go from alive to dead when using any of the SNMP methods for Downed Device Detection. If I set the detection to ICMP the device show as alive but the poller does not report any data.
Logs with the ICMP device detection show:
Code: Select all
05/10/2012 03:50:02 PM - SPINE: Poller[0] Host[3] DEBUG: ICMP Host Alive, Try Count:1, Time:16.0000 ms
05/10/2012 03:50:02 PM - SPINE: Poller[0] Host[3] PING: Result ICMP: Host is Alive
05/10/2012 03:50:02 PM - SPINE: Poller[0] Host[3] TH[1] RECACHE: Processing 1 items in the auto reindex cache for 'da01_sw01.xxx.xxx'
05/10/2012 03:50:02 PM - SPINE: Poller[0] Host[3] TH[1] Recache DataQuery[1] OID: .1.3.6.1.2.1.1.3.0, output: U
Clients are Cisco devices running lastest IOS 15.1
I have verified and re-verified that the SNMP V3 setting are correct.
Any idea?