Skip to content

Nagios/Icinga script to check availability of access points managed by a wlan controller

Notifications You must be signed in to change notification settings

PitWenkin/check_wc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Check WLAN Controller

Nagios/Icinga script to check availability of access points managed by a wlan controller

Makes use of https://github.com/lausser/check_nwc_health to list number of (non)working accesspoints

Dependencies:

https://github.com/lausser/check_nwc_health

Usage:

   -h   Hostname to query - (required)
   -c   SNMP read community (default=public)
   -a   Number of accesspoints expected(required)
   -h   Usage help 

Examples:

./check_wc -H 192.168.1.1 -C public -a 88
OK - 88 accesspoints are up
./check_wc -H 192.168.1.1 -C public -a 88
WARNING - 1 accesspoints are down / 87 accesspoints are up
./check_wc -H 192.168.1.1 -C public -a 88
CRITICAL - 14 accesspoints are down / 74 accesspoints are up

About

Nagios/Icinga script to check availability of access points managed by a wlan controller

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages