summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@iki.fi>2005-05-31 21:27:33 +0200
committerNiko Tyni <ntyni@iki.fi>2005-05-31 21:27:33 +0200
commita596fb2a0d96b7300048c27591cb3502c2b41950 (patch)
tree4e3199965cbd6acf176c0ba6fe84504d0a720425 /bin
parent8a4ec2a4345c457fca47a1a7e2b4f40d2cf6fea5 (diff)
downloadsmokeping-a596fb2a0d96b7300048c27591cb3502c2b41950.tar.gz
smokeping-a596fb2a0d96b7300048c27591cb3502c2b41950.tar.xz
* 2.0/bin/tSmoke.dist:
+ Remove the PROBE_CONF reference; this version of tSmoke is now for 2.x only.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/tSmoke.dist1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist
index 487ce30..e749978 100755
--- a/bin/tSmoke.dist
+++ b/bin/tSmoke.dist
@@ -397,7 +397,6 @@ sub list_rrds($$$) {
my $print = shift;
my $prline;
foreach my $rrds (keys %{$tree}) {
- next if $rrds eq "PROBE_CONF";
if (ref $tree->{$rrds} eq 'HASH'){
$prline .= list_rrds( $tree->{$rrds}, $path."/$rrds", $print );
}