Files

19 lines
476 B
PHP
Raw Permalink Normal View History

<?php
require 'includes/graphs/common.inc.php';
2011-10-01 10:10:02 +00:00
$scale_min = 0;
$ds = 'stratum';
$colour_area = 'FFCECE';
$colour_line = '880000';
$colour_area_max = 'FFCCCC';
2011-10-01 10:10:02 +00:00
$graph_max = 0;
$unit_text = 'Stratum';
2016-09-10 15:37:00 +03:00
$ntpdserver_rrd = rrd_name($device['hostname'], array('app', 'ntp-server', $app['app_id']));
if (rrdtool_check_rrd_exists($ntpdserver_rrd)) {
$rrd_filename = $ntpdserver_rrd;
2011-10-01 10:10:02 +00:00
}
require 'includes/graphs/generic_simplex.inc.php';