config conversion: Rename hostcheck to check.

refs #4741
This commit is contained in:
Michael Friedrich 2013-09-25 14:25:05 +02:00
parent e236894de9
commit cc6a9e6b36
1 changed files with 1 additions and 1 deletions

View 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'}\",");
}
####################################################