ifErrors
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: ifErrors
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?
Have you tried to run it from the command line? What was the output?
Re: ifErrors
I would like NSCOOT to support me on this issue because he has been solving all my issue.
Thanks
Thanks
You do not have the required permissions to view the files attached to this post.
Re: ifErrors
Can you post output from
It's a community developed plugin, so we'll have to rely on the developer's documentation.
Code: Select all
./check_iferrors.pl -hRe: ifErrors
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
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
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.2Re: ifErrors
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
Try running
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
Code: Select all
./check_iferrors.pl -H 10.0.0.28 -C public -i '1000BaseF Port 3/3 Name dtwnbme2'-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: ifErrors
Did it work?