FibreAlliance/Xymonton
list Martin Flemming
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
list Henrik Størner
▸
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
list Martin Flemming
▸
On Thu, 23 May 2013, user-ce4a2c883f75@xymon.invalid 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 dataCheck 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
list Ulric Eriksson
▸
On 05/23/2013 12:20 PM, user-f286aaa49a76@xymon.invalid 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
list Martin Flemming
▸
On Thu, 23 May 2013, Ulric Eriksson wrote:
On 05/23/2013 12:20 PM, user-f286aaa49a76@xymon.invalid 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
Thanks, Ulric for the info and of course for the plugin :-) .. but it was contemplate ... or does i misunderstood this section ?
▸
# Send performance data separately for better control
# trends rrdfile hostname data
trends()
{
hostname=`echo "$1"|tr . ,`
$BB $DISPLAY "data $hostname.trends
[$2.rrd]
$3
"
}
cheers,
Martin
list Ulric Eriksson
▸
On 05/23/2013 03:45 PM, Martin Flemming wrote:
On Thu, 23 May 2013, Ulric Eriksson wrote:On 05/23/2013 12:20 PM, user-f286aaa49a76@xymon.invalid 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. UlricThanks, Ulric for the info and of course for the plugin :-) .. but it was contemplate ... or does i misunderstood this section ?
You understood the intentions of the function correctly, but nothing
calls that function. :)
Ulric