no need to define for graphs inside device/

git-svn-id: http://www.observium.org/svn/observer/trunk@3226 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2012-05-22 14:21:02 +00:00
parent 580ee8370e
commit 8951e15477
2 changed files with 0 additions and 5 deletions

View File

@ -1,7 +1,5 @@
<?php
$device = device_by_id_cache($_REQUEST['device']);
$rrd_filename = $config['rrd_dir'] . "/".$device['hostname']."/aruba-controller.rrd";
$rrd_list[0]['filename'] = $rrd_filename;

View File

@ -1,8 +1,5 @@
<?php
$device = device_by_id_cache($_REQUEST['device']);
$rrd_filename = $config['rrd_dir'] . "/".$device['hostname']."/aruba-controller.rrd";
$rrd_list[0]['filename'] = $rrd_filename;