diff options
author | Niko Tyni <ntyni@iki.fi> | 2005-05-31 21:27:33 +0200 |
---|---|---|
committer | Niko Tyni <ntyni@iki.fi> | 2005-05-31 21:27:33 +0200 |
commit | a596fb2a0d96b7300048c27591cb3502c2b41950 (patch) | |
tree | 4e3199965cbd6acf176c0ba6fe84504d0a720425 /bin | |
parent | 8a4ec2a4345c457fca47a1a7e2b4f40d2cf6fea5 (diff) | |
download | smokeping-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-x | bin/tSmoke.dist | 1 |
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 ); } |