17 lines
261 B
PHP

<?php
/**
* Observium
*
* This file is part of Observium.
*
* @package observium
* @subpackage graphs
* @copyright (C) Adam Armstrong
*
*/
$rrd_filename = get_rrd_path($device, "app-memcached-" . $app['app_instance'] . ".rrd");
// EOF