When running check_nt (latest cvs version) against a server that doesn't have nsclient installed, check_nt dies with a segfault on line 380, because output_message never gets initialized if all the if/else vars_to_check comparisons fall through. There should be a terminal else that assigns a string to output_message. Thanks, Marc