Xymon Mailing List Archive search

Xymon - Graphing

3 messages in this thread

list Sheldon Campbell · Fri, 27 Feb 2015 13:04:35 -0500 ·
Hi I hope somebody can help me with this issue.   I have trending and graphing enabled within XYMON and it is working however I am trying to increase the thickness of the actual graph lines within the graph itself.   Could somebody tell me how to do this and in which file?Is it part of this found within rrddefinitions.cfg ?
[]	# 576 datapoints w/ 5 minute interval = 48 hours @ 5 min avg.	RRA:AVERAGE:0.5:1:576	# 576 datapoints w/ 6*5 minute averaged = 12 days @ 30 min avg.	RRA:AVERAGE:0.5:6:576	# 576 datapoints w/ 24*5 minute averaged = 48 days @ 2 hour avg.	RRA:AVERAGE:0.5:24:576	# 576 datapoints w/ 288*5 minute averaged = 576 days @ 1 day avg.	RRA:AVERAGE:0.5:288:576
list Japheth Cleaver · Fri, 27 Feb 2015 13:23:06 -0800 ·
quoted from Sheldon Campbell

On Fri, February 27, 2015 10:04 am, Sheldon Campbell wrote:
Hi I hope somebody can help me with this issue.   I have trending and
graphing enabled within XYMON and it is working however I am trying to
increase the thickness of the actual graph lines within the graph itself.
 Could somebody tell me how to do this and in which file?Is it part of
this found within rrddefinitions.cfg ?
[]	# 576 datapoints w/ 5 minute interval = 48 hours @ 5 min
avg.	RRA:AVERAGE:0.5:1:576	# 576 datapoints w/ 6*5 minute averaged = 12
days @ 30 min avg.	RRA:AVERAGE:0.5:6:576	# 576 datapoints w/ 24*5 minute
averaged = 48 days @ 2 hour avg.	RRA:AVERAGE:0.5:24:576	# 576 datapoints
w/ 288*5 minute averaged = 576 days @ 1 day avg.	RRA:AVERAGE:0.5:288:576
Hi,

The definitions for the look and feel of the RRDs (outside of data points)
are in the graphs.cfg file. Those definitions are used by showgraphs.cgi
when displaying the RRDs themselves.

https://www.xymon.com/help/manpages/man5/graphs.cfg.5.html
https://www.xymon.com/help/manpages/man1/showgraph.cgi.1.html


Regards,

-jc
list Jeremy Laidman · Mon, 2 Mar 2015 15:07:21 +1100 ·
On 28 February 2015 at 05:04, Sheldon Campbell <user-7298ca0803c4@xymon.invalid>
quoted from Japheth Cleaver
wrote:
I am trying to increase the thickness of the actual graph lines within the
graph itself.

The thickness of the line is defined by the "LINE" definition in
graphs.cfg.  Refer to the rrdgraph man page for all the options:

http://oss.oetiker.ch/rrdtool/doc/rrdgraph_graph.en.html

To give you an idea, changing from LINE1 to LINE2 changes the line
thickness from 1 pixel to 2 pixels.  Any number works (but numbers larger
than about 3 are generally pointless.  If you don't specify the number (eg
"LINE") it defaults to 1 pixel.

J