mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* 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
14 lines
296 B
PHP
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';
|