librenms-librenms/html/pages/device/graphs/os-powerconnect.inc.php
Tom Laermans 58e2a717e1 err, right
git-svn-id: http://www.observium.org/svn/observer/trunk@618 61d68cd4-352d-0410-923a-c4978735b2b8
2010-01-07 20:28:38 +00:00

14 lines
552 B
PHP

<?php
echo("<div class=graphhead>Processor Utilisation</div>");
$graph_type = "device_cpu"; include ("includes/print-device-graph.php");
echo("<br />");
/*
echo("<div class=graphhead>Memory Usage</div>");
$graph_type = "device_memory"; include ("includes/print-device-graph.php");
echo("<br />");
*/
echo("<div class=graphhead>Device Uptime</div>");
$graph_type = "device_uptime"; include ("includes/print-device-graph.php"); break;
echo("<br />");
?>