mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* zyxelwlc * Zyxel Wireless Controller OS * Zyxel Wireless Controller OS * Update Zyxelwlc.php * test data * sensor count graph * sensor count graph * sensor count graph * sensor count graph * fix indent * trailing CR * Trailing CR * fix count def * Delete includes/html/graphs/device/sensor-count-zyxelwlc-sessions.inc.php Not necessary * Delete includes/html/pages/device/graphs/sensor-count-zyxelwlc-sessions.inc.php Not necessary * fix tests * fix tests for real * session graph in core section * session graph in core section * session graph in core section --------- Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
14 lines
271 B
PHP
14 lines
271 B
PHP
<?php
|
|
|
|
$rrd_filename = Rrd::name($device['hostname'], 'sensor-count-zyxelwlc-sessionNum.0');
|
|
|
|
$ds = 'sensor';
|
|
|
|
$colour_area = 'cc000000';
|
|
$colour_line = 'cc0000';
|
|
$scale_min = '0';
|
|
|
|
$unit_text = 'Active Sessions';
|
|
|
|
require 'includes/html/graphs/generic_simplex.inc.php';
|