Files
librenms-librenms/includes/html/graphs/device/barracuda_firewall_sessions.inc.php
2020-09-21 15:40:17 +02:00

20 lines
354 B
PHP

<?php
$rrd_filename = rrd_name($device['hostname'], 'barracuda_firewall_sessions');
require 'includes/html/graphs/common.inc.php';
$ds = 'fw_sessions';
$colour_area = '9999cc';
$colour_line = '0000cc';
$colour_area_max = '9999cc';
//$graph_max = 1;
$graph_min = 0;
$unit_text = 'Sessions';
require 'includes/html/graphs/generic_simplex.inc.php';