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

@@ -127,6 +127,12 @@ class WirelessSensor extends Sensor
// Add new types here
// FIXME I'm really bad with icons, someone please help!
static $types = array(
'ap-count' => array(
'short' => 'APs',
'long' => 'AP Count',
'unit' => '',
'icon' => 'wifi',
),
'clients' => array(
'short' => 'Clients',
'long' => 'Client Count',