From 64d6017e17dfa1853bb05f0791fda9469d5cc96c Mon Sep 17 00:00:00 2001 From: varac Date: Wed, 9 Mar 2016 17:34:50 +0100 Subject: Remove old checks on agent inventory --- manifests/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], } -- cgit v1.2.3