mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Zyxel Wireless Controller OS ( Zyxel NXC series ) (#15694)
* 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>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?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';
|
Reference in New Issue
Block a user