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

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

12 lines
285 B
PHP
Raw Normal View History

2023-06-11 09:37:55 -05:00
<?php
$ds = 'packets';
$unit_text = 'Pkts/Sec';
$filename = Rrd::name($device['hostname'], ['app', 'linux_softnet_stat', $app->app_id]);
if (! Rrd::checkRrdExists($filename)) {
d_echo('RRD "' . $filename . '" not found');
}
require 'includes/html/graphs/generic_stats.inc.php';