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

@@ -19,8 +19,8 @@
$rra = $rrd['rra'];
$filename = $rrd['filename'];
$descr = $rrd['descr'];
$descr = substr(str_pad(short_hrDeviceDescr($rrd['descr']), 10),0,10);
$descr = substr(str_pad($descr, 10),0,10);
$descr = str_replace(":", "\:", $descr);
$id = $rra."_".$i;