Page 1 of 1
Get WARNING: Interface is administratively down after reboot
Posted: Tue Apr 24, 2018 2:10 am
by kimseng
Hello, I got one problem with Nagios XI after i reboot my router and i got WARNING: Interface TenGigE0/1/0/18 (index 69) is administratively down. but truly this port is up normal. any command?
Re: Get WARNING: Interface is administratively down after re
Posted: Tue Apr 24, 2018 1:08 pm
by cdienger
The interface was likely assigned a new index number(old one being 69) after being rebooted. The check_ifoperstatus command can be configured to check using the interface description instead with the -doption:
/usr/local/nagios/libexec/check_ifoperstatus -d TenGigE0/1/0/18 -H <hostname> -C <community>
Re: Get WARNING: Interface is administratively down after re
Posted: Thu Apr 26, 2018 11:19 pm
by kimseng
Hi,
I still not working and here is a result.
WARNING: Interface TenGigE0/1/0/18 (index 69) is administratively down.
Re: Get WARNING: Interface is administratively down after re
Posted: Fri Apr 27, 2018 9:24 am
by cdienger
Did you run the command from the command line or did you modify the actual service check config? I'd be curious to see the output from the command line as well as the configuration seen in the web UI.
Re: Get WARNING: Interface is administratively down after re
Posted: Wed May 02, 2018 2:07 am
by kimseng
now i found the issue, it come from after my router reboot and it change index automatic. it working after i get index from your command.
Re: Get WARNING: Interface is administratively down after re
Posted: Wed May 02, 2018 9:27 am
by tmcdonald
Glad to hear it! Are we good to close this thread now?
Re: Get WARNING: Interface is administratively down after re
Posted: Thu May 03, 2018 9:42 pm
by kimseng
Sure you can close.
Thanks you for your support.