--- nagios-3.2.3-CVS-20101105/base/checks.c 2010-10-28 19:39:35.000000000 +0200 +++ nagios-3.2.3+Fixes/base/checks.c 2010-12-03 19:45:33.000000000 +0100 @@ -3321,7 +3321,7 @@ my_free(temp_host->perf_data); /* parse check output to get: (1) short output, (2) long output, (3) perf data */ - parse_check_output(queued_check_result->output,&temp_host->plugin_output,&temp_host->long_plugin_output,&temp_host->perf_data,FALSE,TRUE); + parse_check_output(queued_check_result->output,&temp_host->plugin_output,&temp_host->long_plugin_output,&temp_host->perf_data,TRUE,TRUE); /* make sure we have some data */ if(temp_host->plugin_output==NULL || !strcmp(temp_host->plugin_output,"")){