summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Smokeping/probes/SSH.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping/probes/SSH.pm b/lib/Smokeping/probes/SSH.pm
index 4bcad76..5b71e9b 100644
--- a/lib/Smokeping/probes/SSH.pm
+++ b/lib/Smokeping/probes/SSH.pm
@@ -136,7 +136,7 @@ sub targetvars {
},
port => {
_doc => "Port to use when testing the ssh connection -p I<port>",
- _re => "\d+",
+ _re => '\d+',
_example => '5000',
_default => '22',
},