Files

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

14 lines
305 B
PHP
Raw Permalink Normal View History

2023-06-23 15:27:28 -05:00
<?php
$unit_text = 'req_patch';
$descr = 'req_patch';
$ds = 'req_patch';
$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';