fix: Zywall Fixes #1652

This commit is contained in:
Rosiak
2016-10-19 21:46:02 +02:00
parent 7833c286ff
commit e7b4dd3721
5 changed files with 56 additions and 7 deletions

View File

@@ -0,0 +1,16 @@
<?php
$rrd_filename = rrd_name($device['hostname'], 'zywall-sessions');
$ds = 'sessions';
$colour_area = '9999cc';
$colour_line = '0000cc';
$colour_area_max = '9999cc';
$graph_max = 1;
$unit_text = 'Sessions';
require 'includes/graphs/generic_simplex.inc.php';