Files
librenms-librenms/html/pages/device/graphs/system/laload.inc.php
2010-07-21 02:43:47 +00:00

10 lines
213 B
PHP

<?php
if(is_file($config['rrd_dir'] . "/" . $device['hostname'] ."/ucd_load.rrd")) {
$graph_title = "System Load";
$graph_type = "device_laload";
include ("includes/print-device-graph.php");
}
?>