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