19 lines
430 B
PHP
Raw Normal View History

<?php
2015-07-13 20:10:26 +02:00
$scale_min = '0';
$scale_max = '100';
2015-07-13 20:10:26 +02:00
$ds = 'usage';
// FIXME: As far as I can tell, $descr is never mentioned in includes/graphs/generic_simplex.inc.php -- PDG 2015-11-14
$descr = rrdtool_escape(short_hrDeviceDescr($proc['processor_descr']), 28);
2015-07-13 20:10:26 +02:00
$colour_line = 'cc0000';
$colour_area = 'FFBBBB';
$colour_minmax = 'c5c5c5';
$graph_max = 1;
2015-07-13 20:10:26 +02:00
$unit_text = 'Usage';
2015-07-13 20:10:26 +02:00
require 'includes/graphs/generic_simplex.inc.php';