You have a data query that is attempting to recache based upon an index count and that data queries index count OID does not exist. Goto the host in question and change the reindex method to something else, or validate that the XML file contains a valid index OID.
TheWitness
No data in graph ... HELP !!!
Moderators: Developers, Moderators
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
the problem is that i can't change nothing on the device.
what do you mean by "validate that the XML file contains a valid index OID." ? when i watch snmp cache i see on each host i don't obtain the value for that :
Host: HostName, SNMP Query: SNMP - Interface Statistics
Index: 1, Field Name: ifHwAddr, Field Value:
OID: .1.3.6.1.2.1.2.2.1.6.1
if i watch in XML file : interface.xml, i find that :
<ifHwAddr>
<name>Hardware Address</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.2.1.2.2.1.6</oid>
</ifHwAddr>
what does i need to put in this field ?
and if i execute this command :
C:\usr\bin>snmpwalk -v 2c -c MyCommunity MyIPAdress .1.3.6.1.2.1.2.2.1.6
i obtain this result :
IF-MIB::ifPhysAddress.1 = STRING:
IF-MIB::ifPhysAddress.2 = STRING:
IF-MIB::ifPhysAddress.3 = STRING:
IF-MIB::ifPhysAddress.4 = STRING:
IF-MIB::ifPhysAddress.5 = STRING: 0:12:1:ad:ad:ec
IF-MIB::ifPhysAddress.6 = STRING:
IF-MIB::ifPhysAddress.7 = STRING:
IF-MIB::ifPhysAddress.8 = STRING:
IF-MIB::ifPhysAddress.9 = STRING:
IF-MIB::ifPhysAddress.10 = STRING:
IF-MIB::ifPhysAddress.11 = STRING:
IF-MIB::ifPhysAddress.12 = STRING:
IF-MIB::ifPhysAddress.13 = STRING:
IF-MIB::ifPhysAddress.14 = STRING:
IF-MIB::ifPhysAddress.15 = STRING:
IF-MIB::ifPhysAddress.16 = STRING:
IF-MIB::ifPhysAddress.17 = STRING:
IF-MIB::ifPhysAddress.18 = STRING:
i have only a result for 5 : is it this value, index ?
what do you mean by "validate that the XML file contains a valid index OID." ? when i watch snmp cache i see on each host i don't obtain the value for that :
Host: HostName, SNMP Query: SNMP - Interface Statistics
Index: 1, Field Name: ifHwAddr, Field Value:
OID: .1.3.6.1.2.1.2.2.1.6.1
if i watch in XML file : interface.xml, i find that :
<ifHwAddr>
<name>Hardware Address</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.2.1.2.2.1.6</oid>
</ifHwAddr>
what does i need to put in this field ?
and if i execute this command :
C:\usr\bin>snmpwalk -v 2c -c MyCommunity MyIPAdress .1.3.6.1.2.1.2.2.1.6
i obtain this result :
IF-MIB::ifPhysAddress.1 = STRING:
IF-MIB::ifPhysAddress.2 = STRING:
IF-MIB::ifPhysAddress.3 = STRING:
IF-MIB::ifPhysAddress.4 = STRING:
IF-MIB::ifPhysAddress.5 = STRING: 0:12:1:ad:ad:ec
IF-MIB::ifPhysAddress.6 = STRING:
IF-MIB::ifPhysAddress.7 = STRING:
IF-MIB::ifPhysAddress.8 = STRING:
IF-MIB::ifPhysAddress.9 = STRING:
IF-MIB::ifPhysAddress.10 = STRING:
IF-MIB::ifPhysAddress.11 = STRING:
IF-MIB::ifPhysAddress.12 = STRING:
IF-MIB::ifPhysAddress.13 = STRING:
IF-MIB::ifPhysAddress.14 = STRING:
IF-MIB::ifPhysAddress.15 = STRING:
IF-MIB::ifPhysAddress.16 = STRING:
IF-MIB::ifPhysAddress.17 = STRING:
IF-MIB::ifPhysAddress.18 = STRING:
i have only a result for 5 : is it this value, index ?
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
If it was anything other than Interfaces.xml, I would say you might have a real problem. The OID is in each tag section.
TheWitness
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Who is online
Users browsing this forum: No registered users and 3 guests