Found a bug. I got the following error in the rrd-status.log when
testing the '--step 60' option:
2011-02-07 09:40:48 RRD error creating
/local/xymon/data/rrd/sha.ipac.caltech.edu/tcp.http.sha.ipac.caltech.edu,.rrd:
unknown option '--step 60'
However it Does work when I use: -s 60
Thank you for adding this feature!
--
Brian Majeska
On Sat, Feb 5, 2011 at 2:30 AM, Henrik Størner <user-ce4a2c883f75@xymon.invalid> wrote:
In <AANLkTimtKTN84jD=user-29f8e06a2f30@xymon.invalid> Brian Majeska <user-9d2a2209229f@xymon.invalid> writes:
Would it be possible to add support for other rrdtool create options
in the rrddefinitions.cfg file?
I'd like to be able to specify a different step for certain tests.
The RC1 allows you to add any "rrdcreate" option you like, except
the --step/-s options since this is always provided by Xymon.
I've enhanced the code, so if there is a --step/-s option in the
definitions you have listed in rrddefinitions.cfg, it will be
used instead of the normal "--step 300".
Regards,
Henrik