Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
298 B
PHP
Raw Permalink Normal View History

<?php
2021-03-28 17:25:30 -05:00
$rrd_filename = Rrd::name($device['hostname'], 'ucd_ssRawInterrupts');
$ds = 'value';
$colour_area = 'EEBBBB';
$colour_line = 'CC0000';
$colour_area_max = 'cc9999';
2012-05-09 12:56:24 +00:00
// $graph_max = 1;
$scale_min = 0;
$unit_text = 'Interrupts/s';
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/generic_simplex.inc.php';