12 lines
467 B
Text
12 lines
467 B
Text
Index: lib/Smokeping/probes/FPing6.pm
|
|
--- lib/Smokeping/probes/FPing6.pm.orig
|
|
+++ lib/Smokeping/probes/FPing6.pm
|
|
@@ -45,7 +45,7 @@ sub testhost {
|
|
sub probevars {
|
|
my $self = shift;
|
|
my $h = $self->SUPER::probevars;
|
|
- $h->{binary}{_example} = "/usr/bin/fping6";
|
|
+ $h->{binary}{_example} = "/usr/local/sbin/fping6";
|
|
$h->{protocol}{_example} = "6";
|
|
$h->{protocol}{_default} = "6";
|
|
$h->{sourceaddress}{_re} = "[0-9A-Fa-f:.]+";
|