summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-07-04 00:15:20 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-07-04 00:15:20 +0200
commit66c8d49cbe278316114a6eef8ccb509c9e67d0ba (patch)
tree3b7da28f6e77a5d5d676ed4471434c3d0102dfcf /lib/Smokeping.pm
parentb5a21fd2221f92bf7db544bc265a76d41912a633 (diff)
downloadsmokeping-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.pm1
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);
}
}
}