Home Directory Plugins Hardware Network Gear Cisco Cisco WLC users Script (PHP)

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Cisco WLC users Script (PHP)

Rating
0 votes
Favoured:
0
Last Release Date
2018-07-04
Hits
4619
Files:
FileDescription
check_cisco_wlc.phpcheck_cisco_wlc.php
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Usage:
check_cisco_wlc <'checkall' or 'single' or 'search' or 'total'>
* for 'single' and 'search' mode only.
--> Single mode : you need to enter the EXACT AP name as it's defined in your WLC (not case sensitive)
--> Search mode : just type any characters and you will see results containing those characters


Supported commands:

checkall:
Check all APS without any filter. Display only the most 'critical' state in text. Graphs of all APs.
single:
Check AP you want depending on what you precise in 6th argument.
search:
Type the name of the AP, not necessary completely. It's just to search an AP.
total:
Brief about all APs.

Examples:

> check_cisco_wlc 192.168.0.0 snmpname 20 30 checkall
> check_cisco_wlc 192.168.0.0 snmpname 20 30 single AP_London_Liverpool_Street
> check_cisco_wlc 192.168.0.0 snmpname 20 30 search rio
> check_cisco_wlc 192.168.0.0 snmpname 20 30 total

Usage in Nagios:

Copy file check_cisco_wlc_users.php to Nagios plugins directory (for example /usr/lib/nagios/plugins/).