Xymon Mailing List Archive search

Xymon - Graphing

list Jeremy Laidman
Mon, 2 Mar 2015 15:07:21 +1100
Message-Id: <user-895ee9bf0a39@xymon.invalid>

On 28 February 2015 at 05:04, Sheldon Campbell <user-7298ca0803c4@xymon.invalid>
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