fix screenos detection and add re-add graph for sessions

git-svn-id: http://www.observium.org/svn/observer/trunk@1444 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-07-20 14:53:55 +00:00
parent 35090598aa
commit 823b228469
4 changed files with 48 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
<?php
if($device['os'] == "screenos" && is_file($config['rrd_dir'] . "/" . $device['hostname'] ."/screenos-sessions.rrd")) {
$graph_title = "Firewall Sessions";
$graph_type = "screenos_sessions";
include ("includes/print-device-graph.php");
}
?>