Files
librenms-librenms/includes/html/graphs/application/memcached.inc.php
2020-09-21 15:40:17 +02:00

7 lines
149 B
PHP

<?php
$rrd = rrd_name($device['hostname'], ['app', 'memcached', $app['app_id']]);
if (rrdtool_check_rrd_exists($rrd)) {
$rrd_filename = $rrd;
}