Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
+ Running data query [17].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/snmp_informant_cpu.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.4.1.9600.1.1.5.1.1'
+ Located input field 'cpuinformInstance' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.4.1.9600.1.1.5.1.1.1'
+ Found item [cpuinformInstance='End of MIB'] index: End of MIB [from value]
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/snmp_informant_cpu.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/snmp_informant_cpu.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/snmp_informant_cpu.xml'
Yet when I snmpwalk on the commandline I get instances:
But I still get 'End of MIB'. Stranger still, I used Ethereal on the host running SNMP Informant, and the responses all have an "Error: No Such Name". However, when I execute
First thing is that we have to replace the r50 argument to bulkwalk. This is done in /var/www/html/cacti/lib/snmp.php. I replaced it with r10. I don't think there are any adverse effects, even if you replace it with r1 - bulkwalk seems to still return all the indexes.
Then, you have to change the win32_cpu.xml file. The important parts are changing the OID to leave out some extra .1, and also to parse the index to throw out the first 28 characters. Mine now reads:
Just an update...this is apparently still needed for 0.8.7a... I dunno why, but it sure doesn't work without changing r50 to r10...
goldburtd wrote:Ok I fixed it on my system...
First thing is that we have to replace the r50 argument to bulkwalk. This is done in /var/www/html/cacti/lib/snmp.php. I replaced it with r10. I don't think there are any adverse effects, even if you replace it with r1 - bulkwalk seems to still return all the indexes.
Then, you have to change the win32_cpu.xml file. The important parts are changing the OID to leave out some extra .1, and also to parse the index to throw out the first 28 characters. Mine now reads: