clean up some graphing for new juniper stuff

git-svn-id: http://www.observium.org/svn/observer/trunk@913 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-02-21 05:40:26 +00:00
parent d2829eee47
commit bd570454bd
4 changed files with 5 additions and 31 deletions

View File

@@ -10,7 +10,6 @@ while($proc = mysql_fetch_array($query)) {
if(is_file($rrd_filename)) {
$descr = short_hrDeviceDescr($proc['processor_descr']);
$descr = str_replace(":", "\:", $descr);
$rrd_list[$i]['filename'] = $rrd_filename;
$rrd_list[$i]['descr'] = $descr;