Files
2019-04-12 20:47:13 -05:00

17 lines
274 B
PHP

<?php
$rrd_filename = rrd_name($device['hostname'], 'ucd_ssRawContexts');
$ds = 'value';
$colour_area = '9999cc';
$colour_line = '0000cc';
$colour_area_max = '9999cc';
$scale_min = 1;
$unit_text = 'Switches/s';
require 'includes/html/graphs/generic_simplex.inc.php';