summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-05-03 21:18:33 +0200
committervarac <varacanero@zeromail.org>2016-05-03 21:43:32 +0200
commit385402972a3f4566393faaf28bf09cbcc5191ab0 (patch)
tree0bc0e1cbd65a3260e8353343d0daa5ccb5ec3662 /README.md
parent039ba928a22cdf33632bf447ceb4fac4bbc77b63 (diff)
use inventory_only_on_changes to always run inventory and nagios reload
By default ($inventory_only_on_changes set to `true`) these two execs are called only when config files changes: - Exec['check_mk-refresh'] (which inventorizes checks 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.
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'.