Added Active GlobalProtect Tunnels graph to PANOS (#4654)

feature: Added GlobalProtect sessions to PANOS
This commit is contained in:
FTBZ
2016-10-03 18:33:23 +02:00
committed by Neil Lathwood
parent 0856c5675e
commit d712f4ca69
4 changed files with 37 additions and 0 deletions

View File

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