>>> hans <[EMAIL PROTECTED]> 03/08/06 10:09 AM >>> > i want to have a better granularity, because a > break of a leased line of even 4 minutes couldn't > be detect in the worst case. > > what happens, if i change to > step = 30 > pings = 10 > > would rrdtools show correctly ? > should i delete the existings rrd-files bevor ?
None of the existing RRDs would notice this, but anything new would be created with the correct step. So, you could always move the existing files out of the way, let smokeping create new ones and then put the old RRD data into the newly created RRDs. Just use rrdimport. Paul -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/smokeping-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
