diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-07-04 00:15:20 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-07-04 00:15:20 +0200 |
commit | 66c8d49cbe278316114a6eef8ccb509c9e67d0ba (patch) | |
tree | 3b7da28f6e77a5d5d676ed4471434c3d0102dfcf /lib/Smokeping.pm | |
parent | b5a21fd2221f92bf7db544bc265a76d41912a633 (diff) | |
download | smokeping-66c8d49cbe278316114a6eef8ccb509c9e67d0ba.tar.gz smokeping-66c8d49cbe278316114a6eef8ccb509c9e67d0ba.tar.xz |
tune the rrd files for min/max/heartbeat
Diffstat (limited to 'lib/Smokeping.pm')
-rw-r--r-- | lib/Smokeping.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm index a7f00a9..15eb126 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -385,6 +385,7 @@ sub init_target_tree ($$$$) { my $comparison = Smokeping::RRDtools::compare($name.".rrd", \@create); die("Error: RRD parameter mismatch ('$comparison'). You must delete $name.rrd or fix the configuration parameters.\n") if $comparison; + Smokeping::RRDtools::tuneds($name.".rrd", \@create); } } } |