plugins to monitor wifi Access points and Controllers

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: plugins to monitor wifi Access points and Controllers

Post 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
kimjaggi
Posts: 44
Joined: Thu Apr 17, 2014 3:56 am

Re: plugins to monitor wifi Access points and Controllers

Post 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.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: plugins to monitor wifi Access points and Controllers

Post by abrist »

Fair enough. Let us know if you have further issues.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: plugins to monitor wifi Access points and Controllers

Post by tmcdonald »

We'll keep this open for you. Keep us updated.
Former Nagios employee
kimjaggi
Posts: 44
Joined: Thu Apr 17, 2014 3:56 am

Re: plugins to monitor wifi Access points and Controllers

Post 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

Code: Select all

perl -i -pe 'y|\r||d' script.pl
Attachments
Check_aruba_dell.pl
Script to monitor access points of DELL wifi controller
(29.68 KiB) Downloaded 415 times
Locked