summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Smokeping.pm')
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index 56f2188..749af41 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -447,7 +447,7 @@ sub init_target_tree ($$$$) {
};
for my $slave (@slaves){
die "ERROR: slave '$slave' is not defined in the '*** Slaves ***' section!\n"
- unless $cfg->{Slaves}{$slave};
+ unless $slave eq '' or defined $cfg->{Slaves}{$slave};
my $s = $slave ? "~".$slave : "";
my @create =
($name.$s.".rrd", "--start",(time-1),"--step",$step,