summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2011-09-11 12:10:05 +0200
committerTobi Oetiker <tobi@oetiker.ch>2011-09-11 12:10:05 +0200
commit6d003965b51b8b20aec52c320ae215ad3b0caf6e (patch)
treeb215f272edc17142e4faea704a46e838a898f1d5 /lib
parent4f079b6837b7698dc92fadebd92dd90dd55ea443 (diff)
downloadsmokeping-6d003965b51b8b20aec52c320ae215ad3b0caf6e.tar.gz
smokeping-6d003965b51b8b20aec52c320ae215ad3b0caf6e.tar.xz
added not on connecting by hand once
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.