err, right

git-svn-id: http://www.observium.org/svn/observer/trunk@618 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-01-07 20:28:38 +00:00
parent 1f64c5d038
commit 58e2a717e1
6 changed files with 12 additions and 0 deletions
@@ -1,3 +1,4 @@
<?php
echo("<div class=graphhead>ADSL Attainable Rate</div>");
$graph_type = "adsl_rate"; include ("includes/print-device-graph.php");
echo("<br />");
@@ -10,3 +11,4 @@
include("graphs/netstats.inc.php");
include("graphs/uptime.inc.php");
?>
@@ -1,3 +1,4 @@
<?php
echo("<div class=graphhead>Processor Utilisation</div>");
$graph_type = "fortigate_cpu"; include ("includes/print-device-graph.php");
echo("<div class=graphhead>Memory Usage</div>");
@@ -7,3 +8,4 @@
include("graphs/netstats.inc.php");
include("graphs/uptime.inc.php");
?>
@@ -1,3 +1,4 @@
<?php
echo("<div class=graphhead>Processor Utilisation</div>");
$graph_type = "device_cpu"; include ("includes/print-device-graph.php");
echo("<br />");
@@ -9,3 +10,4 @@
echo("<div class=graphhead>Device Uptime</div>");
$graph_type = "device_uptime"; include ("includes/print-device-graph.php"); break;
echo("<br />");
?>
@@ -1,3 +1,4 @@
<?php
echo("<div class=graphhead>Processor Utilisation</div>");
$graph_type = "device_cpu"; include ("includes/print-device-graph.php");
echo("<br />");
@@ -7,3 +8,4 @@
echo("<div class=graphhead>Device Uptime</div>");
$graph_type = "device_uptime"; include ("includes/print-device-graph.php"); break;
echo("<br />");
?>
@@ -1,3 +1,4 @@
<?php
echo("<div class=graphhead>Processor Utilisation</div>");
$graph_type = "netscreen_cpu"; include ("includes/print-device-graph.php");
echo("<div class=graphhead>Memory Usage</div>");
@@ -9,3 +10,4 @@
include("graphs/netstats.inc.php");
include("graphs/uptime.inc.php");
?>
+2
View File
@@ -1,2 +1,4 @@
<?php
echo("<div class=graphhead>Calls</div>");
$graph_type = "snom_calls"; include ("includes/print-device-graph.php");
?>