fix etherlike graphing,more storage changes, create health aggregate page

git-svn-id: http://www.observium.org/svn/observer/trunk@946 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-02-24 21:44:32 +00:00
parent eb7ffda978
commit 17fe4219c2
8 changed files with 54 additions and 48 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
if(mysql_result(mysql_query("SELECT count(storage_id) FROM storage WHERE device_id = '" . $device['device_id'] . "'"),0)) {
$graph_title = "Storage";
$graph_type = "device_storage";
include ("includes/print-device-graph.php");
}
?>