librenms-librenms/html/pages/device/graphs/hrprocesses.inc.php

8 lines
222 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");
}
?>