Files
librenms-librenms/includes/html/graphs/application/privoxy_blocks.inc.php
Zane C. Bowers-Hadley f84fca697c add Privoxy stats support (#15114)
* add privoxy

* various style fixes

* cleanup option bar

* save metrics for privoxy now

* add instructions for privoxy

* add privoxy test data

* regen the test data

* add a few missing depends to the instructions

* add apps.inc.php entry for privoxy

* note the required log settings for privoxy

* style fix
2023-06-23 15:27:28 -05:00

14 lines
296 B
PHP

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