Files
librenms-librenms/html/includes/graphs/application/memcached.inc.php

6 lines
153 B
PHP

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