Files
librenms-librenms/html/includes/graphs/device/fortios_lograte.inc.php
tukezor 0a6f113f5a device: Improved FortiManager support (#8102)
Modified with suggested changes

Test data for FortiOS
2018-01-24 09:37:27 +00:00

19 lines
317 B
PHP

<?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';