summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-05-03 21:48:57 +0200
committervarac <varacanero@zeromail.org>2016-05-03 21:48:57 +0200
commit265ed2182f790a723996fd84de4dfcb93f800ee0 (patch)
tree0bc0e1cbd65a3260e8353343d0daa5ccb5ec3662 /README.md
parent3df00e29388adbf1c0e058df09a7c3886edbaca1 (diff)
parent385402972a3f4566393faaf28bf09cbcc5191ab0 (diff)
Merge remote-tracking branch 'shared/master' into leap_master
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index a8736f2..81e1bc8 100644
--- a/README.md
+++ b/README.md
@@ -76,6 +76,12 @@ created making the URL http://hostname/acme/check_mk/ running as the 'acme' user
*use_ssh*: Configures ssh to agents that use the same parameter.
Default: false.
+*inventory_only_on_changes*: By default (parameter set to `true`) these two execs are called
+ only when config files changes:
+ - Exec['check_mk-refresh'] (which runs a check inventory by calling `check_mk -II`)
+ - Exec['check_mk-reload'] (which generates the nagios config and reloads nagios by calling `check_mk -O`)
+ By setting this parameter to `false` these execs will be called on each puppetrun.
+
### Notes
* A user and group with the same value as the site parameter is created. By default this is 'monitoring'.