Files
librenms-librenms/includes/html/graphs/application/ntp-server_freq.inc.php
2023-03-09 13:32:19 +01:00

12 lines
280 B
PHP

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