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 [18].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/usr/local/cacti-0.8.7e/resource/snmp_queries/MD.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.4.1.1'
+ No SNMP data returned
+ Found data query XML file at '/usr/local/cacti-0.8.7e/resource/snmp_queries/MD.xml'
+ Found data query XML file at '/usr/local/cacti-0.8.7e/resource/snmp_queries/MD.xml'
+ Found data query XML file at '/usr/local/cacti-0.8.7e/resource/snmp_queries/MD.xml'
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
When I'm writing data queries, I always look at the interface data query and resource file as a reference. Maybe this will help?
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
Data Query Debug Information
+ Running data query [18].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/usr/local/cacti-0.8.7e/resource/snmp_queries/MD.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.4.1.1'
+ No SNMP data returned
+ Found data query XML file at '/usr/local/cacti-0.8.7e/resource/snmp_queries/MD.xml'
+ Found data query XML file at '/usr/local/cacti-0.8.7e/resource/snmp_queries/MD.xml'
+ Found data query XML file at '/usr/local/cacti-0.8.7e/resource/snmp_queries/MD.xml'
I'm concerned with why there is "No SNMP data returned".
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
The OID I used ( .1.3.6.1.4.1.1 ) was occupied by superior OID. If a search for ".1.3.6.1.4.1" under ~cacti/resource/snmp_queries I found several XML file where this OID was used, for example:
+ Running data query [18].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/usr/local/cacti-0.8.7e/resource/snmp_queries/MD.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.4.1.9900.1.1'
+ Index found at OID: '.1.3.6.1.4.1.9900.1.1.1' value: '1'
+ Index found at OID: '.1.3.6.1.4.1.9900.1.1.2' value: '2'
+ Located input field 'snmpIndex' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.4.1.9900.1.1'
+ Found item [snmpIndex='1'] index: 1 [from value]
+ Found item [snmpIndex='2'] index: 2 [from value]
+ Located input field 'snmpName' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.4.1.9900.1.2'
+ Found item [snmpName='ID_005_1'] index: 1 [from value]
+ Found item [snmpName='ID_015_1'] index: 2 [from value]
+ Found data query XML file at '/usr/local/cacti-0.8.7e/resource/snmp_queries/MD.xml'
+ Found data query XML file at '/usr/local/cacti-0.8.7e/resource/snmp_queries/MD.xml'
+ Found data query XML file at '/usr/local/cacti-0.8.7e/resource/snmp_queries/MD.xml'
Maybe the OID used at beginning make confusion in CACTI when walk throught name and value.