Monitoring Network Switch Errors and Discards

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
geoffmyers
Posts: 22
Joined: Fri Apr 03, 2015 3:57 pm

Monitoring Network Switch Errors and Discards

Post by geoffmyers »

I'm looking to setup some monitoring of error/discards on some critical interfaces between switches. In the past I have used the "Network Switch/Router" config wizard to get status and bandwidth. I'm wondering if there is an equivalent way to setup monitoring errors/discards for the same interfaces?

I'm sure there are several ways to achieve this but wanted to throw it out there since I haven't found much regarding how to do this with NagiosXI.

Thanks,

Geoff
nietonoshana
Posts: 26
Joined: Thu Jul 04, 2013 1:05 pm

Re: Monitoring Network Switch Errors and Discards

Post by nietonoshana »

I think that check_nwc_health may help you https://labs.consol.de/nagios/check_nwc_health/
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Monitoring Network Switch Errors and Discards

Post by tmcdonald »

Thanks for the link! Do you know of an English translation? The option at the top of the page still displays it in German. There is always Google Translate, but it's not always so accurate :)
Former Nagios employee
nietonoshana
Posts: 26
Joined: Thu Jul 04, 2013 1:05 pm

Re: Monitoring Network Switch Errors and Discards

Post by nietonoshana »

The plugin installed in english

https://github.com/lausser/check_nwc_health
https://exchange.nagios.org/directory/P ... th/details

For install in my case is:

Code: Select all

cd /tmp
wget https://labs.consol.de/assets/downloads/nagios/check_nwc_health-5.7.1.tar.gz
tar xzf check_nwc_health-5.7.1.tar.gz
cd check_nwc_health-5.7.1
./configure
make
make install
cpan install Module:Load
geoffmyers
Posts: 22
Joined: Fri Apr 03, 2015 3:57 pm

Re: Monitoring Network Switch Errors and Discards

Post by geoffmyers »

Hi netonoshana,

That tool looks like it would work. Not sure if you are related to the developer or not, but other then the help there isn't much in English, which would be useful. Especially their howto deck they have.

Regardless, I think this is worth looking at.

Thanks a lot.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Monitoring Network Switch Errors and Discards

Post by rkennedy »

Thanks @nietonoshana!

@geoffmyers - the english page he linked to looks to provide quite a bit of information, including use cases. https://github.com/lausser/check_nwc_health - did you see that?
Former Nagios Employee
geoffmyers
Posts: 22
Joined: Fri Apr 03, 2015 3:57 pm

Re: Monitoring Network Switch Errors and Discards

Post by geoffmyers »

Umm.. No. For whatever reason I clicked on the second link and bypassed the first. Thanks for keeping me in check. Agree there is lots of helpful info there.

Geoff
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Monitoring Network Switch Errors and Discards

Post by hsmith »

Are you still running in to issues?
Former Nagios Employee.
me.
Locked