]> granicus.if.org Git - icinga2/commitdiff
config conversion: Rename hostcheck to check.
authorMichael Friedrich <michael.friedrich@netways.de>
Wed, 25 Sep 2013 12:25:05 +0000 (14:25 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Wed, 25 Sep 2013 14:04:40 +0000 (16:04 +0200)
refs #4741

tools/configconvert/Icinga2/ExportIcinga2Cfg.pm

index 2f8be27e19dcfaca83f9eb638964ba54b12afd02..6b5209a5f46240c30e95096f08ed7cdf31eb40ce 100644 (file)
@@ -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'}\",");
     }
 
     ####################################################