Get WARNING: Interface is administratively down after reboot

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
kimseng
Posts: 42
Joined: Tue Apr 24, 2018 1:40 am

Get WARNING: Interface is administratively down after reboot

Post 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?
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Get WARNING: Interface is administratively down after re

Post 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>
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
kimseng
Posts: 42
Joined: Tue Apr 24, 2018 1:40 am

Re: Get WARNING: Interface is administratively down after re

Post by kimseng »

Hi,

I still not working and here is a result.

WARNING: Interface TenGigE0/1/0/18 (index 69) is administratively down.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Get WARNING: Interface is administratively down after re

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
kimseng
Posts: 42
Joined: Tue Apr 24, 2018 1:40 am

Re: Get WARNING: Interface is administratively down after re

Post 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.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Get WARNING: Interface is administratively down after re

Post by tmcdonald »

Glad to hear it! Are we good to close this thread now?
Former Nagios employee
kimseng
Posts: 42
Joined: Tue Apr 24, 2018 1:40 am

Re: Get WARNING: Interface is administratively down after re

Post by kimseng »

Sure you can close.

Thanks you for your support.
Locked