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
I've got the FibreAlliance-pluggin successfully running, but unfortunately without trend/performanece data [snip]
Send performance data separately for better control
trends rrdfile hostname data
Check if the .rrd-files have appeared in the ~xymon/data/rrd/HOSTNAME/ directory - if they have, then it's an issue of setting up graphs.cfg with the graph definitions, and updating the TEST2RRD and GRAPHS settings in xymonserver.cfg.
If there are no rrd-files, then your plugin-script has a problem.
Regards, Henrik
On Thu, 23 May 2013, henrik at hswn.dk wrote:
I've got the FibreAlliance-pluggin successfully running, but unfortunately without trend/performanece data [snip]
Send performance data separately for better control
trends rrdfile hostname data
Check if the .rrd-files have appeared in the ~xymon/data/rrd/HOSTNAME/ directory - if they have, then it's an issue of setting up graphs.cfg with the graph definitions, and updating the TEST2RRD and GRAPHS settings in xymonserver.cfg.
If there are no rrd-files, then your plugin-script has a problem.
Upps, sorry Henrik for my unclear request, there is no further rrd execpt the default tcp.conn.rrd, so the problem is the definive the plugin-script or my enviroment ...
thanks & cheers
Martin
On 05/23/2013 12:20 PM, martin.flemming at desy.de wrote:
Hi !
I've got the FibreAlliance-pluggin successfully running, but unfortunately without trend/performanece data
but should be there, isn't it ?
I'm the author of that plugin. Sensor status is monitored, but performance data is not supported.
Ulric
participants (3)
-
henrik@hswn.dk
-
martin.flemming@desy.de
-
ulric@siag.nu