23 May
2013
23 May
'13
10:20 a.m.
Hi !
I've got the FibreAlliance-pluggin successfully running, but unfortunately without trend/performanece data
but should be there, isn't it ?
ext/fibrealliance.sh
Update the column status
status hostname testname color message
status()
{
hostname=echo "$1"|tr . ,
$BB $DISPLAY "status $hostname.$2 $3 date
$4
"
}
Send performance data separately for better control
trends rrdfile hostname data
trends()
{
hostname=echo "$1"|tr . ,
$BB $DISPLAY "data $hostname.trends
[$2.rrd]
$3
"
}
Any hint is welcome, how i've got data into the trend-page :-)
thanks & cheers
Martin