Xymon Mailing List Archive search

How Can I Change ping Frequency to every 30 Seconds?

list Wiskbroom
Thu, 11 Feb 2010 10:54:49 -0500
Message-Id: <user-5c66acc14156@xymon.invalid>

Subject: Re: [hobbit] How Can I Change ping Frequency to every 30 Seconds?

If you want the rrd to be updated every 2 minutes then you will have
to create the rrd yourself manually.
Xymon will be default set the step to 5 minutes and there does not
seem to be a way of changing that.

# rrdtool create .rrd --step 120 DS:Normal:COUNTER:1200:0:U
RRA:AVERAGE:0.5:1:1200 RRA:MAX:0.5:6:2400 RRA:AVERAGE:0.5:6:2400

Make sure you change the ownership to xymon:xymon after creating it.

Thanks Scott, I'll script something...

.v