Page 4 of 4
Re: plugins to monitor wifi Access points and Controllers
Posted: Wed May 07, 2014 10:45 am
by slansing
One glaring issue, your group is named "nagiocmd" was this intentional? By default it should be, and is expected to be, "nagcmd"...unless you intentionally switched it when you originally configured nagios.
http://assets.nagios.com/downloads/nagi ... Source.pdf
To change it back to default, use:
Code: Select all
groupmod --new-name nagcmd nagiocmd
Re: plugins to monitor wifi Access points and Controllers
Posted: Wed May 07, 2014 11:19 am
by kimjaggi
Hi, yes it was by intentional. I have reinstalled Nagios because it was taking too long to resolve this issue.
Thanks to all of you for the replies. I will still like to keep this thread open because I havent tested the original wifi monitoring thing.
Re: plugins to monitor wifi Access points and Controllers
Posted: Wed May 07, 2014 4:53 pm
by abrist
Fair enough. Let us know if you have further issues.
Re: plugins to monitor wifi Access points and Controllers
Posted: Wed May 07, 2014 4:53 pm
by tmcdonald
We'll keep this open for you. Keep us updated.
Re: plugins to monitor wifi Access points and Controllers
Posted: Thu May 08, 2014 4:46 am
by kimjaggi
Ok- so check_aruba.pl worked after doing the changes in OIDs. SO this thread is okay to close.
If anyone looking for the script - Please feel free to use the attached script. I have made the required changes so now it works with DELL W-650 wifi (Aruba OS). I used it for monitoring Access points (up and down status only). One have to explore if they want more things to be monitored.
You might get error
/usr/bin/perl^M: bad interpreter: No such file or directory
while running the script, to resolve this I Removed ^M control chars by using following command