[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Creating graphs in xymon
- To: <hobbit (at) hswn.dk>
- Subject: Creating graphs in xymon
- From: <oyvind.bjorge (at) telenor.com>
- Date: Wed, 4 Nov 2009 12:30:49 +0100
- Accept-language: nb-NO
- Acceptlanguage: nb-NO
- References: <B2E7B803EDA3794288C49F0D4AADB16904F0B2D7 (at) CORPUSMX60C.corp.emc.com> <20091102221752.GB28445 (at) hswn.dk> <20091102221752.GB28445 (at) hswn.dk> <4AF006C5.1000907 (at) shihad.org> <hcrkjv$1e9$2 (at) voodoo.hswn.dk>
- Thread-index: AcpdOM0IBCXi9C9lShapE5irp/efqQAB5wpg
- Thread-topic: Creating graphs in xymon
I have some custom data I collect from different hosts, and generate rrds from them.
One problem I have is that not all hosts have all the same data.
Ex:
host1 has the series data1, data2 and data3 but host2 has only data1 and data2.
If I in hobbit-graphs.cfg define all tree data series, the graph will fail for host2 since this rrd dont contain this data.
Is there a way of defining the graphs.cfg with using variables?
Would like something like this to be possible:
DEF:$data=file.rrd:(data\d):AVERAGE
LINE2:$data# (at) COLOR@:$data
The @COLOR@ is working.
Any one that have done something like this?
Øyvind