fix: ZyWALL Fixes for OS and mem polling #1652

This commit is contained in:
Neil Lathwood
2016-10-20 20:54:01 +01:00
committed by GitHub
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';