newdevice: Added firewall graphs for Palo Alto Networks firewall (#7483)

* Features: Add firewall graphs for Palo Alto Networks firewall

* Features: Add firewall graphs for Palo Alto Networks firewall

* Update db_schema.yaml
This commit is contained in:
FTBZ
2017-10-17 13:42:13 +02:00
committed by Neil Lathwood
parent 96ccc49026
commit 89ff05ebea
8 changed files with 181 additions and 12 deletions

View File

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