summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-03-09 17:34:50 +0100
committervarac <varacanero@zeromail.org>2016-03-09 17:34:50 +0100
commit64d6017e17dfa1853bb05f0791fda9469d5cc96c (patch)
treed07b60e6f54722097868e95f1e0491d3700934f5
parent4bcd8c23400de1205987b9681acc9e69c526e976 (diff)
Remove old checks on agent inventory
-rw-r--r--manifests/config.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/config.pp b/manifests/config.pp
index 147e531..a9f99d8 100644
--- a/manifests/config.pp
+++ b/manifests/config.pp
@@ -92,7 +92,7 @@ class check_mk::config (
}
# re-read config if it changes
exec { 'check_mk-refresh':
- command => "/bin/su -l -c '${bin_dir}/check_mk -I' ${site}",
+ command => "/bin/su -l -c '${bin_dir}/check_mk -II' ${site}",
refreshonly => true,
notify => Exec['check_mk-reload'],
}