Files

18 lines
292 B
PHP
Raw Permalink Normal View History

<?php
$rrd_filename = rrd_name($device['hostname'], 'ucd_ssRawInterrupts');
2015-07-13 20:10:26 +02:00
$ds = 'value';
2015-07-13 20:10:26 +02:00
$colour_area = 'EEBBBB';
$colour_line = 'CC0000';
2015-07-13 20:10:26 +02:00
$colour_area_max = 'cc9999';
2015-07-13 20:10:26 +02:00
// $graph_max = 1;
2012-05-09 12:56:24 +00:00
$scale_min = 0;
2015-07-13 20:10:26 +02:00
$unit_text = 'Interrupts/s';
2015-07-13 20:10:26 +02:00
require 'includes/graphs/generic_simplex.inc.php';