Im trying to get my cacti installation up and running. As a start I was trying to graph basic stuff from my windows 7 PC.
I downloaded the Windows installer by "BSOD2600" http://forums.cacti.net/viewtopic.php?t=14946
I then installed the windows templates by G0dSmack http://forums.cacti.net/viewtopic.php?f=12&t=29832
Under device and datasource, i can se that it gets data from SNMP when clicking "verbose query"
Like this:
But the graph looks like this:Data Query Debug Information
+ Running data query [13].
+ Found type = '3' [SNMP Query].
+ Found data query XML file at 'C:/Cacti/Apache2/htdocs/resource/snmp_queries/snmp_informant_disk.xml'
+ XML file parsed ok.
+ <oid_num_indexes> missing in XML file, 'Index Count Changed' emulated by counting oid_index entries
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.4.1.9600.1.1.1.1.1' Index Count: 3
+ Index found at OID: '1.3.6.1.4.1.9600.1.1.1.1.1.2.67.58' value: 'C:'
+ Index found at OID: '1.3.6.1.4.1.9600.1.1.1.1.1.6.95.84.111.116.97.108' value: '_Total'
+ Index found at OID: '1.3.6.1.4.1.9600.1.1.1.1.1.15.72.97.114.100.100.105.115.107.86.111.108.117.109.101.49' value: 'HarddiskVolume1'
+ index_parse at OID: '1.3.6.1.4.1.9600.1.1.1.1.1.2.67.58' results: '2.67.58'
+ index_parse at OID: '1.3.6.1.4.1.9600.1.1.1.1.1.6.95.84.111.116.97.108' results: '6.95.84.111.116.97.108'
+ index_parse at OID: '1.3.6.1.4.1.9600.1.1.1.1.1.15.72.97.114.100.100.105.115.107.86.111.108.117.109.101.49' results: '15.72.97.114.100.100.105.115.107.86.111.108.117.109.101.49'
+ Located input field 'lDiskInstance' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.4.1.9600.1.1.1.1.1'
+ Found item [lDiskInstance='C:'] index: 2.67.58 [from value]
+ Found item [lDiskInstance='_Total'] index: 6.95.84.111.116.97.108 [from value]
+ Found item [lDiskInstance='HarddiskVolume1'] index: 15.72.97.114.100.100.105.115.107.86.111.108.117.109.101.49 [from value]
See all the values are "-1.$ %". In other graphs I also see "-1.# %" as values.
Where do i start debugging on this?