In the current FPing.pm the test for source address support is outdated.
The current test is (line 70):
$self->{enable}{S} = (`$binary -h 2>&1` =~ /\s-S\s/);
This should be changed to something like:
$self->{enable}{S} = (`$binary -h 2>&1` =~ /\s-S,/);
The test for -O likely needs the same fix.
Thanks!
-Mike
_______________________________________________ smokeping-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
