Files

17 lines
260 B
PHP
Raw Permalink Normal View History

<?php
$rrd_filename = rrd_name($device['hostname'], 'pf_short');
$ds = 'short';
$colour_area = 'ffff00';
$colour_line = 'ffff66';
$colour_area_max = '9999cc';
$graph_max = 1;
$unit_text = 'Short';
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/generic_simplex.inc.php';