device: Improved FortiManager support (#8102)

Modified with suggested changes

Test data for FortiOS
This commit is contained in:
tukezor
2018-01-24 11:37:27 +02:00
committed by Neil Lathwood
parent f2088a505a
commit 0a6f113f5a
12 changed files with 1817 additions and 542 deletions

View File

@@ -0,0 +1,18 @@
<?php
$rrd_filename = rrd_name($device['hostname'], 'fortios_lograte');
require 'includes/graphs/common.inc.php';
$ds = 'lograte';
$colour_area = '9999cc';
$colour_line = '0000cc';
$colour_area_max = '9999cc';
$graph_max = 1;
$unit_text = 'Logs per second';
require 'includes/graphs/generic_simplex.inc.php';