Files
librenms-librenms/includes/html/graphs/application/suricata_extract_errors.inc.php
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
280 B
PHP
Raw Normal View History

<?php
$ds = 'errors';
$unit_text = 'Errors';
$filename = Rrd::name($device['hostname'], ['app', 'suricata_extract', $app->app_id]);
if (! Rrd::checkRrdExists($filename)) {
d_echo('RRD "' . $filename . '" not found');
}
require 'includes/html/graphs/generic_stats.inc.php';