We are running Nagios Xi 2012R1.7
We recently performed some updates in our F5 LTM however nagios is reporting the following warning message: Warning: Interface noSuchInstance (index 960) is administratively down
Warning: Interface noSuchInstance (index 928) is administratively down and Warning: Interface noSuchInstance (index 944) is administratively down. Any help on how to resolved this issue will be highly appreciate it. Thanks, Milton
LTM interface down Warning message in nagios
Re: LTM interface down Warning message in nagios
Have any of the interfaces on that device changed? I know that can happen sometimes on a reboot.
How are the affected services configured? You may need to re-run the wizard against that device to generate proper MRTG configs and Nagios services.
How are the affected services configured? You may need to re-run the wizard against that device to generate proper MRTG configs and Nagios services.
Former Nagios employee
Re: LTM interface down Warning message in nagios
All the interfaces remain the same so that's why I don't understand why nagios reported this warning.
Re: LTM interface down Warning message in nagios
Run the following commands:
and post both files (snmpwalk1.txt and snmpwalk2.txt) that were generated in the "/tmp/" directory.
Code: Select all
snmpwalk -v 2c <device ip> -c <community> > /tmp/snmpwalk1.txt
snmpwalk -v 2c <device ip> -c <community> -On > /tmp/snmpwalk2.txtBe sure to check out our Knowledgebase for helpful articles and solutions!