Files
librenms-librenms/includes/html/pages/device/graphs/screenos.inc.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
252 B
PHP
Raw Normal View History

<?php
if ($device['os'] == 'screenos' && Rrd::checkRrdExists(Rrd::name($device['hostname'], 'screenos-sessions'))) {
$graph_title = 'Firewall Sessions';
$graph_type = 'screenos_sessions';
include 'includes/html/print-device-graph.php';
}