newdevice: Added connected AP count for Cisco WLCs (#6572)

* newdevice: Add connected AP count for Cisco WLCs
Adds ap-count wireless sensor type
fixes: #4295

* better detection
Update the overview graph to the new one
This commit is contained in:
Tony Murray
2017-05-04 02:03:10 -05:00
committed by Neil Lathwood
parent 1187d92351
commit 5ca07e11aa
7 changed files with 138 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
<?php
$scale_min = '0';
$unit_long = 'APs';
$unit = '';
include 'wireless-sensor.inc.php';