librenms/html/pages/device/graphs/fortigate-sessions.inc.php
Tom Laermans 1a477eebbe device subpages cleanup, remove dead code
git-svn-id: http://www.observium.org/svn/observer/trunk@1896 61d68cd4-352d-0410-923a-c4978735b2b8
2011-03-16 23:10:10 +00:00

10 lines
208 B
PHP

<?php
if ($device['os'] == "fortigate" || $device['os_group'] == "fortigate")
{
$graph_title = "Firewall Sessions";
$graph_type = "fortigate_sessions";
include("includes/print-device-graph.php");
}
?>