ifErrors

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
lamin
Posts: 177
Joined: Thu Oct 28, 2010 6:59 am

ifErrors

Post by lamin »

Hey guys,
I am trying to monitor the errors in my nortel core switch. I did some search and i found a plugin (iferror.pl), however i cannot get it running. Does anyone has any idea about my issue?

Thanks
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: ifErrors

Post by scottwilkerson »

Can you be more specific about the error you are getting?

Have you tried to run it from the command line? What was the output?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
lamin
Posts: 177
Joined: Thu Oct 28, 2010 6:59 am

Re: ifErrors

Post by lamin »

I would like NSCOOT to support me on this issue because he has been solving all my issue.

Thanks
You do not have the required permissions to view the files attached to this post.
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: ifErrors

Post by mguthrie »

Can you post output from

Code: Select all

./check_iferrors.pl -h
It's a community developed plugin, so we'll have to rely on the developer's documentation.
lamin
Posts: 177
Joined: Thu Oct 28, 2010 6:59 am

Re: ifErrors

Post by lamin »

I does not like a -h.
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: ifErrors

Post by scottwilkerson »

mguthrie was just looking to get the help display for the plugin.

The error you were receiving earlier looks like it like the machine 10.0.0.28 doesn't have an interface dtwnbme2

Are you sure of the interface name?

Can you run the following

Code: Select all

snmpwalk -v 1 -c public 10.0.0.28 1.3.6.1.2.1.2.2.1.2
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
lamin
Posts: 177
Joined: Thu Oct 28, 2010 6:59 am

Re: ifErrors

Post by lamin »

Here is the ouptput of the snmpwalk
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: ifErrors

Post by scottwilkerson »

Try running

Code: Select all

./check_iferrors.pl -H 10.0.0.28 -C public -i '1000BaseF Port 3/3 Name dtwnbme2'
We didn't write this plugin but I looked through it and on line 206 it is looking for an match that begins with what you are entering after the -i flag... which is why just dtwnbme2 didn't work
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
lamin
Posts: 177
Joined: Thu Oct 28, 2010 6:59 am

Re: ifErrors

Post by lamin »

Thanks for the tips.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: ifErrors

Post by scottwilkerson »

Did it work?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked