check_ifoperstatus v2.3.3 (nagios-plugins 2.3.3)

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
preethu.d
Posts: 109
Joined: Wed Nov 25, 2020 11:32 pm

Re: check_ifoperstatus v2.3.3 (nagios-plugins 2.3.3)

Post by preethu.d »

Hi,

Thanks for the update.
When I change the number (highlighted) in the screenshot, I am able to see the status of interfaces. How do we know which number is corresponding to which interface ?

Regards,
Preethu
You do not have the required permissions to view the files attached to this post.
gsmith
Posts: 1253
Joined: Tue Mar 02, 2021 11:15 am

Re: check_ifoperstatus v2.3.3 (nagios-plugins 2.3.3)

Post by gsmith »

Hi

The vendor should have a MIB file(s) that show this.

Alternatively you can run:

Code: Select all

snmpwalk -v2c -c 'yourcommunity' <ipaddress> >> /tmp/snmpwalk.txt
And then you can:

Code: Select all

grep interface /tmp/snmpwalk.txt
Let me know if this works for you.

Thanks
preethu.d
Posts: 109
Joined: Wed Nov 25, 2020 11:32 pm

Re: check_ifoperstatus v2.3.3 (nagios-plugins 2.3.3)

Post by preethu.d »

Thanks for the help.
You can close the thread.

Regards,
Preethu
Locked