Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Aruba Instant Virtual Controller
0.9.3
2017-03-13
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios 4.x
GPL
18511
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Usage: check_aruba_instant -H -C [-N -F -d -m -f]
Make sure to connect to the virtual controller (VC) ip address!
Other options:
-N number of AP's expected
if not given the plugin wil only count, without any error states!
It is also possible to give two options (eg 2,4). This is for rare cases where at night AP's are turned off.
-d Show number of wireless devices connected to the instant cluster / filtered
(In combination with -F option this can slow down the check performance.)
-F Filter on (partial) AP device name.
-m maximum number of devices allowed per AP.
This option only works with -F and -d option enabled
-f give also statistics info:
default: number of connected AP's
with option -d: connected AP's and connected wireless devices
-V version of this plugin.
-h or ? this help message.
examples:
This one check all AP's in your VC, compares this to N, and shows the number of devices connected.
check_aruba_instant -H -C -d -N 30
OK: VC aruba-stadhuis has found 30 AP's. 355 wireless devices are connected.
This one checks all AP's named as AP-2* in your VC, compares this to N, and shows the number of devices connected.
When an AP has more than 35 devices connected, a warning wil be given.
check_aruba_instant -H -C -F AP-2 -d -N 7 -m 35
OK: VC aruba-stadhuis has found 7 AP's. 107 wireless devices are connected.
Make sure to connect to the virtual controller (VC) ip address!
Other options:
-N number of AP's expected
if not given the plugin wil only count, without any error states!
It is also possible to give two options (eg 2,4). This is for rare cases where at night AP's are turned off.
-d Show number of wireless devices connected to the instant cluster / filtered
(In combination with -F option this can slow down the check performance.)
-F
-m maximum number of devices allowed per AP.
This option only works with -F and -d option enabled
-f give also statistics info:
default: number of connected AP's
with option -d: connected AP's and connected wireless devices
-V version of this plugin.
-h or ? this help message.
examples:
This one check all AP's in your VC, compares this to N, and shows the number of devices connected.
check_aruba_instant -H
OK: VC aruba-stadhuis has found 30 AP's. 355 wireless devices are connected.
This one checks all AP's named as AP-2* in your VC, compares this to N, and shows the number of devices connected.
When an AP has more than 35 devices connected, a warning wil be given.
check_aruba_instant -H
OK: VC aruba-stadhuis has found 7 AP's. 107 wireless devices are connected.
Reviews (2)
bywa, August 13, 2019
Works very well indeed, vry useful.
One small cmment
line 131
AP_devices_connected=$(/usr/bin/snmpwalk -v 2c -c $community $hostname .1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4 | grep ${all_ips[i]} | wc -l)
Can you please consider whether
${all_ips[i]}
should be
${all_ips[i]}$
to ensure that it matches up to the end of the line. Otherwise it may match any IP address starting with the given string.
Thank you for sharing a great plug-in.
One small cmment
line 131
AP_devices_connected=$(/usr/bin/snmpwalk -v 2c -c $community $hostname .1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4 | grep ${all_ips[i]} | wc -l)
Can you please consider whether
${all_ips[i]}
should be
${all_ips[i]}$
to ensure that it matches up to the end of the line. Otherwise it may match any IP address starting with the given string.
Thank you for sharing a great plug-in.
bynoortr01, October 20, 2016
I like to see how many devices are per accesspoint. Can you create that ?
Owner's reply
A bit late, you can use the filter option for that, just filter for the specific AP.