Files
librenms-librenms/includes/html/graphs/application/privoxy_req_delete.inc.php

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

14 lines
308 B
PHP
Raw Normal View History

<?php
$unit_text = 'req_delete';
$descr = 'req_delete';
$ds = 'req_delete';
$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';