I am new to nagios. I want to use check_http to go after a service. /check_http -H $HOSTADDRESS$ -u $ARG1$ -s $ARG2$ -w $ARG3$ -c $ARG4$ I set $ARG2 = "SUCCESS". If the check fails, I want the entire output ( the failure cases) to be sent as part of notification. How do I configure this? - Thanks Rajini