Files

22 lines
407 B
PHP
Raw Permalink Normal View History

<?php
2020-09-21 15:40:17 +02:00
$rrd_filename = rrd_name($device['hostname'], ['arubaap', $ap['name'] . $ap['radio_number']]);
$rrd_list[0]['filename'] = $rrd_filename;
2020-09-21 15:40:17 +02:00
$rrd_list[0]['descr'] = 'Channel';
$rrd_list[0]['ds'] = 'channel';
2015-07-13 20:10:26 +02:00
$unit_text = 'Channel';
2020-09-21 15:40:17 +02:00
$units = '';
2015-07-13 20:10:26 +02:00
$total_units = '';
2020-09-21 15:40:17 +02:00
$colours = 'mixed';
2015-07-13 20:10:26 +02:00
$scale_min = '0';
$nototal = 1;
2015-07-13 20:10:26 +02:00
if ($rrd_list) {
2019-04-11 23:26:42 -05:00
include 'includes/html/graphs/generic_multi_line.inc.php';
}