mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* 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
9 lines
94 B
PHP
9 lines
94 B
PHP
<?php
|
|
|
|
$scale_min = '0';
|
|
|
|
$unit_long = 'APs';
|
|
$unit = '';
|
|
|
|
include 'wireless-sensor.inc.php';
|