Files
librenms-librenms/includes/html/graphs/device/pf_matches.inc.php
RobJE 97340c5fd5 add missing graph definition for pf_matches (pfSense firewall) (#13507)
* add missing graph definition for pf_matches (pfSense firewall)

* update unit_text
2021-11-12 10:35:54 -06:00

17 lines
267 B
PHP

<?php
$rrd_filename = Rrd::name($device['hostname'], 'pf_matches');
$ds = 'matches';
$colour_area = 'cc0000';
$colour_line = 'ff0000';
$colour_area_max = '9999cc';
$graph_max = 1;
$unit_text = 'Matches';
require 'includes/html/graphs/generic_simplex.inc.php';