From cc6a9e6b369d23b0694dc344df0c74049b160d58 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Wed, 25 Sep 2013 14:25:05 +0200 Subject: [PATCH] config conversion: Rename hostcheck to check. refs #4741 --- tools/configconvert/Icinga2/ExportIcinga2Cfg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configconvert/Icinga2/ExportIcinga2Cfg.pm b/tools/configconvert/Icinga2/ExportIcinga2Cfg.pm index 2f8be27e1..6b5209a5f 100644 --- a/tools/configconvert/Icinga2/ExportIcinga2Cfg.pm +++ b/tools/configconvert/Icinga2/ExportIcinga2Cfg.pm @@ -626,7 +626,7 @@ sub dump_host_2x { #################################################### # this is magic, and must be set during conversion if(defined($host_2x->{'__I2CONVERT_HOSTCHECK'})) { - dump_config_line($icinga2_cfg, "\thostcheck = \"$host_2x->{'__I2CONVERT_HOSTCHECK'}\","); + dump_config_line($icinga2_cfg, "\tcheck = \"$host_2x->{'__I2CONVERT_HOSTCHECK'}\","); } #################################################### -- 2.40.0