mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
committed by
Neil Lathwood
parent
1187d92351
commit
5ca07e11aa
@@ -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',
|
||||
|
Reference in New Issue
Block a user