]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
fixed typo for 100,000 second in example1 741/head
authorSharuzzaman Ahmat Raslan <sharuzzaman@gmail.com>
Thu, 22 Sep 2016 11:11:23 +0000 (19:11 +0800)
committerGitHub <noreply@github.com>
Thu, 22 Sep 2016 11:11:23 +0000 (19:11 +0800)
the example show heartbeat of 100,000 but the explanation show 10,000

doc/rrdtune.pod

index a19fe1d79eca0b853e5a1b0899279a1624d642d6..ae43c8950dfc2fd8681a5bd9d60b8bb495139cd3 100644 (file)
@@ -238,7 +238,7 @@ Adds/removes or sets the given number of rows for the RRA with index
 C<rrdtool tune data.rrd -h in:100000 -h out:100000 -h through:100000>
 
 Set the minimum required heartbeat for data sources 'in', 'out'
-and 'through' to 10'000 seconds which is a little over one day in data.rrd.
+and 'through' to 100'000 seconds which is a little over one day in data.rrd.
 This would allow to feed old data from MRTG-2.0 right into
 RRDtool without generating *UNKNOWN* entries.