summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-02-04 17:55:09 +0100
committervarac <varacanero@zeromail.org>2014-02-05 16:54:54 +0100
commitb449ad813d8c9672d23393ca30bbfd3dc1dd7fe3 (patch)
tree78b94d9f3f0d92f63422edb57f2dec5c85adfff4 /README.md
parent4cd47d03c68d8530dcbff37c5bc1cf6a8006d767 (diff)
don't install xinetd by default, restructed agent use of ssh
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 440b471..79710aa 100644
--- a/README.md
+++ b/README.md
@@ -140,9 +140,11 @@ Only required if a filestore is used.
*workspace*: The directory to use to store files used during installation.
Default: '/root/check_mk'
-*use_ssh*: Use ssh instead of the tcp wrapper in order to allows the server to
+*method*: "xinetd" (default) or "ssh"
+ "ssh": Use ssh instead of the tcp wrapper in order to allows the server to
execute the agent on the client.
- Default: false.
+
+*generate_sshkey*: true or false (default)
* Deploys ssh keypair on server (in /opt/omd/sites/monitoring/.ssh)
* Saves keypair on puppetmaster (/etc/puppet/modules/keys/files/check_mk_keys by default)