From 205859d87884ac4ceee6d1365548e7dc55640bfa Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 9 Dec 2014 21:40:11 +0100 Subject: Purge old checks from check_mk_objects.cfg on Exec['check_mk-refresh'] --- manifests/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/config.pp b/manifests/config.pp index 6a6f375..c5440c5 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -81,7 +81,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'], } -- cgit v1.2.3