Page 3 of 3

Re: Recipients of a notification be in the To: header

Posted: Wed Jun 04, 2014 3:45 pm
by abrist
You need to wrap $HOSTDURATION$ and $SERVICEDURATION$ in quotes!
In xi_host_notification_handler:

Code: Select all

--hostduration="$HOSTDURATION$"
In xi_service_notification_handler:

Code: Select all

--serviceduration="$SERVICEDURATION$"

Re: Recipients of a notification be in the To: header

Posted: Fri Jun 06, 2014 1:58 am
by anil_kumarv
Thanks. That fixed the issue.