Files
librenms-librenms/html/pages/device/graphs/os-screenos.inc.php
T
Tom Laermans 1f64c5d038 move graphs code into separate files per OS
git-svn-id: http://www.observium.org/svn/observer/trunk@617 61d68cd4-352d-0410-923a-c4978735b2b8
2010-01-07 20:27:17 +00:00

12 lines
543 B
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>");
$graph_type = "netscreen_memory"; include ("includes/print-device-graph.php");
echo("<div class=graphhead>Firewall Sessions</div>");
$graph_type = "netscreen_sessions"; include ("includes/print-device-graph.php");
include("graphs/netstats.inc.php");
include("graphs/uptime.inc.php");