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
8
html/includes/graphs/wireless/ap-count.inc.php
Normal file
8
html/includes/graphs/wireless/ap-count.inc.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
$scale_min = '0';
|
||||
|
||||
$unit_long = 'APs';
|
||||
$unit = '';
|
||||
|
||||
include 'wireless-sensor.inc.php';
|
Reference in New Issue
Block a user