Files

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

18 lines
290 B
PHP
Raw Permalink Normal View History

2020-03-03 13:17:42 +01:00
<?php
2021-03-28 17:25:30 -05:00
$rrd_filename = Rrd::name($device['hostname'], 'ucd_ssCpuRawWait');
2020-03-03 13:17:42 +01:00
$ds = 'value';
$colour_area = '1111BB';
$colour_line = '0000CC';
$colour_area_max = 'cc9999';
// $graph_max = 1;
$scale_min = 0;
$unit_text = 'IO Wait';
require 'includes/html/graphs/generic_simplex.inc.php';