Xymon Mailing List Archive search

FibreAlliance/Xymonton

list Martin Flemming
Thu, 23 May 2013 12:20:32 +0200 (CEST)
Message-Id: <user-fd25d1ef18ad@xymon.invalid>

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