sexytime updated UCD-MIB collector, and some moving around of graphing code

git-svn-id: http://www.observium.org/svn/observer/trunk@1453 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-07-21 02:43:47 +00:00
parent dfaa442667
commit 0d0e32159b
5 changed files with 128 additions and 106 deletions

View File

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