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
10 lines
147 B
PHP
10 lines
147 B
PHP
<?php
|
|
|
|
$scale_min = '0';
|
|
|
|
$class = 'ap-count';
|
|
$unit = '';
|
|
$unit_long = 'APs';
|
|
|
|
require 'includes/graphs/device/wireless-sensor.inc.php';
|