diff --git a/contrib/configconvert/icinga2-conv.conf b/contrib/configconvert/icinga2-conv.conf index e0eac9849..c9f86de7a 100644 --- a/contrib/configconvert/icinga2-conv.conf +++ b/contrib/configconvert/icinga2-conv.conf @@ -28,8 +28,10 @@ library "compat" local object CompatComponent "compat" { } local object CompatLog "compat-log" { } +/* local object ConsoleLogger "my-debug-log" { severity = "debug" } +*/ include "conf/*.conf" diff --git a/contrib/configconvert/run_icinga2 b/contrib/configconvert/run_icinga2 index e5095234f..152e73b63 100755 --- a/contrib/configconvert/run_icinga2 +++ b/contrib/configconvert/run_icinga2 @@ -3,4 +3,4 @@ ICINGA2BIN="$HOME/i2/sbin/icinga2" ICINGA2CONF="./icinga2-conv.conf" -$ICINGA2BIN -x -c $ICINGA2CONF +$ICINGA2BIN -c $ICINGA2CONF