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