summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Smokeping/probes/OpenSSHJunoOSPing.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Smokeping/probes/OpenSSHJunoOSPing.pm b/lib/Smokeping/probes/OpenSSHJunoOSPing.pm
index ce741f8..d993f4e 100644
--- a/lib/Smokeping/probes/OpenSSHJunoOSPing.pm
+++ b/lib/Smokeping/probes/OpenSSHJunoOSPing.pm
@@ -37,6 +37,12 @@ ${e}head2 JunOS configuration
The JunOS device should have a username/password configured, as well as
the ability to connect to the VTY(s).
+Make sure to connect to the remote host once from the commmand line as the
+user who is running smokeping. On the first connect ssh will ask to add the
+new host to its known_hosts file. This will not happen automatically so the
+script will fail to login until the ssh key of your juniper box is in the
+known_hosts file.
+
Some JunOS devices have a maximum of 5 VTYs available, so be careful not
to hit a limit with the 'forks' variable.