Perhaps using TRENDS in hosts.cfg, like so:
10.1.2.3 fully.qualified.domain.name # conn ssh smtp
TRENDS:*,disk:disk,rootdisk
Not sure if you can use TRENDS on the .default. entry in hosts.cfg.
Cheers
Jeremy
On 23 January 2013 09:17, Roland Soderstrom <user-0cec9512a49f@xymon.invalid>wrote:
I played around with this for some time now with no luck.****
The only solution I have now is to set disk::1 in TEST2RRD and then pick
the individual graphs for the report.****
But there is a lot of graphs on a big server…****
** **
Has no one done this before?****
Is it a dead end?****
** **
Thanks,****
Roland****
** **
*From:* xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] *On
Behalf Of *Roland Soderstrom
*Sent:* Monday, 7 January 2013 3:47 PM
*To:* xymon at xymon.com
*Subject:* [Xymon] Extra disk graphs****
** **
Hi,****
** **
Solaris 10, xymon 4.3.10****
I want to make some custom disk graphs for capacity reporting.****
Ie, out of 20 filesystem reported by the normal disk function I want 3
graphs of my choice in one extra graph.****
The standard graphs should still be there.****
** **
I tried different definitions in xymonserver.cfg in TEST2RRD****
** **
disk=rootdisk (gives me what I want but the rest of the disk-graphs are a
broken links)****
disk,disk=rootdisk (no luck)****
rootdisk (this generates nothing)****
** **
in graphs.cfg ( I copied the [disk} def and changed FNPATTERN)****
[rootdisk]****
FNPATTERN disk,root.rrd****
TITLE ROOT Disk Utilization****
YAXIS % Full****
DEF:p at RRDIDX@=@RRDFN@:pct:AVERAGE****
LINE2:p at RRDIDX@#@COLOR@:@RRDPARAM@****
-u 100****
-l 0****
GPRINT:p at RRDIDX@:LAST: \: %5.1lf (cur)****
GPRINT:p at RRDIDX@:MAX: \: %5.1lf (max)****
GPRINT:p at RRDIDX@:MIN: \: %5.1lf (min)****
GPRINT:p at RRDIDX@:AVERAGE: \: %5.1lf (avg)\n****
** **
I could probably go the long way around and create a custom script and use
NCV.****
But I hoped I could use existing data.****
** **
Any ideas how to generate these extra graphs?****
** **
**- **Roland****