From f7520e9d2710026e7e154503fdba5e8a1751423a Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Mon, 14 Nov 2005 22:09:54 +0000 Subject: * lib/Smokeping/probes/FPing.pm, doc/smokeping_upgrade.pod, CHANGES: + remove the FPing 'timeout' variable, since it never really did anything --- lib/Smokeping/probes/FPing.pm | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'lib/Smokeping/probes') diff --git a/lib/Smokeping/probes/FPing.pm b/lib/Smokeping/probes/FPing.pm index e7d2a4c..9391849 100644 --- a/lib/Smokeping/probes/FPing.pm +++ b/lib/Smokeping/probes/FPing.pm @@ -104,7 +104,6 @@ sub ping ($){ return unless @{$self->addresses}; my @params = () ; push @params , "-b$self->{properties}{packetsize}" if $self->{properties}{packetsize}; - push @params, "-t" . int(1000 * $self->{properties}{timeout}) if $self->{properties}{timeout}; push @params, "-i" . int(1000 * $self->{properties}{mininterval}); push @params, "-p" . int(1000 * $self->{properties}{hostinterval}) if $self->{properties}{hostinterval}; my @cmd = ( @@ -157,17 +156,6 @@ sub probevars { }, _doc => "The ping packet size (in the range of 12-64000 bytes).", - }, - timeout => { - _re => '(\d*\.)?\d+', - _example => 1.5, - _doc => < { _re => '(\d*\.)?\d+', -- cgit v1.2.3-24-g4f1b