Files

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

20 lines
304 B
PHP
Raw Permalink Normal View History

2009-11-03 20:04:07 +00:00
<?php
$scale_min = '0';
2009-11-03 20:04:07 +00:00
2021-03-28 17:25:30 -05:00
$rrd_filename = Rrd::name($device['hostname'], 'hr_processes');
$ds = 'procs';
$colour_line = '008C00';
$colour_area = 'CDEB8B';
$colour_area_max = 'cc9999';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'Processes';
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/generic_simplex.inc.php';