Xymon Mailing List Archive search

FibreAlliance/Xymonton

6 messages in this thread

list Martin Flemming · Thu, 23 May 2013 12:20:32 +0200 (CEST) ·
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 · Thu, 23 May 2013 13:06:32 +0200 ·
quoted from Martin Flemming
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 · Thu, 23 May 2013 14:45:58 +0200 (CEST) ·
quoted from Henrik Størner
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 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
list Ulric Eriksson · Thu, 23 May 2013 15:37:26 +0200 ·
quoted from Martin Flemming
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 · Thu, 23 May 2013 15:45:36 +0200 (CEST) ·
quoted from Ulric Eriksson
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 ?
quoted from Martin Flemming

# 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 · Thu, 23 May 2013 15:55:41 +0200 ·
quoted from Martin Flemming
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.

Ulric
Thanks, 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