Files

9 lines
257 B
PHP
Raw Permalink Normal View History

<?php
if ($device['os'] == 'screenos' && rrdtool_check_rrd_exists(rrd_name($device['hostname'], 'screenos-sessions'))) {
$graph_title = 'Firewall Sessions';
$graph_type = 'screenos_sessions';
2012-04-06 13:56:23 +00:00
2019-04-11 23:26:42 -05:00
include 'includes/html/print-device-graph.php';
}