[Xymon] Multiple RRD graphs and text instance
Joel Carnat
joel at carnat.net
Mon Aug 6 11:58:10 CEST 2012
Le 6 août 2012 à 11:24, Henrik Størner a écrit :
> On 06-08-2012 10:45, Joel Carnat wrote:
>> When creating custom graph from multiple RRD, every GPRINT and COMMENT are repeated for each FNPATTERN.
>> Is there a way to have text only written once.
>
> It should only print once, but it depends on where you put it in the graph-definition.
>
>> Something like:
>> (...)
>> COMMENT:@RRDPARAM@ title
>> GPRINT:val at RRDIDX@:LAST:%4.0lf
>> GPRINT:val at RRDIDX@:MIN:%4.0lf
>> GPRINT:val at RRDIDX@:MAX:%4.0lf
>> GPRINT:val at RRDIDX@:AVERAGE:%4.0lf\l
>> COMMENT:Last comment written only once
>
> Should be OK, if you write it *after* all of the DEF/CDEF/LINE/AREA definitions.
>
> At least, that is how I think it works. Please post the full graphs.cfg definition.
>
[vsphere_datastore]
FNPATTERN ^vsphere_datastore.(.+).rrd
TITLE Datastore Activity
YAXIS Latency (ms)
-b 1000
-l 0
-E
COMMENT:
COMMENT: Cur\:
COMMENT: Min\:
COMMENT: Avg\:
COMMENT: Max\:\j
DEF:rlat at RRDIDX@=@RRDFN@:rlat:AVERAGE
DEF:wlat at RRDIDX@=@RRDFN@:wlat:AVERAGE
CDEF:crlat at RRDIDX@=rlat at RRDIDX@,-1,*
AREA:crlat at RRDIDX@#@COLOR@:@RRDPARAM@ read latency
GPRINT:rlat at RRDIDX@:LAST:%6.2lf
GPRINT:rlat at RRDIDX@:MIN:%6.2lf
GPRINT:rlat at RRDIDX@:AVERAGE:%6.2lf
GPRINT:rlat at RRDIDX@:MAX:%6.2lf\j
AREA:wlat at RRDIDX@#@COLOR@:@RRDPARAM@ write latency
GPRINT:wlat at RRDIDX@:LAST:%6.2lf
GPRINT:wlat at RRDIDX@:MIN:%6.2lf
GPRINT:wlat at RRDIDX@:AVERAGE:%6.2lf
GPRINT:wlat at RRDIDX@:MAX:%6.2lf\j
COMMENT: \j
What I would like is the "Cur/min/Avg/Max" line to appear only once at the beginning and the "new line" t appear only once at the end. Moving "COMMENT" section doesn't seem to do anything. Xymon is 4.3.9, compiled from sources on OpenBSD.
The graph is attached.
>
> Regards,
> Henrik
>
> _______________________________________________
> Xymon mailing list
> Xymon at xymon.com
> http://lists.xymon.com/mailman/listinfo/xymon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xymon.com/pipermail/xymon/attachments/20120806/0758e43e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lat.png
Type: image/png
Size: 48883 bytes
Desc: not available
URL: <http://lists.xymon.com/pipermail/xymon/attachments/20120806/0758e43e/attachment.png>
More information about the Xymon
mailing list