Files
librenms-librenms/html/pages/device/graphs/hrprocesses.inc.php
T
2011-03-17 16:35:18 +00:00

10 lines
214 B
PHP

<?php
if (is_file($config['rrd_dir'] . "/" . $device['hostname'] ."/hrSystem.rrd"))
{
$graph_title = "Running Processes";
$graph_type = "device_hrprocesses";
include("includes/print-device-graph.php");
}
?>