2018-06-26 19:34:10 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
$rrd_filename = rrd_name($device['hostname'], 'pf_badoffset');
|
|
|
|
|
|
|
|
|
|
$ds = 'badoffset';
|
|
|
|
|
|
|
|
|
|
$colour_area = 'cc00ff';
|
|
|
|
|
$colour_line = 'cc33ff';
|
|
|
|
|
|
|
|
|
|
$colour_area_max = '9999cc';
|
|
|
|
|
|
|
|
|
|
$graph_max = 1;
|
|
|
|
|
|
|
|
|
|
$unit_text = 'BadOffset';
|
|
|
|
|
|
2019-04-11 23:26:42 -05:00
|
|
|
require 'includes/html/graphs/generic_simplex.inc.php';
|