librenms/html/includes/graphs/application/memcached.inc.php
2015-07-11 16:12:35 +02:00

6 lines
146 B
PHP

<?php
$rrd = $config['rrd_dir'].'/'.$device['hostname'].'/app-memcached-'.$app['app_id'].'.rrd';
if (is_file($rrd)) {
$rrd_filename = $rrd;
}