Recipients of a notification be in the To: header

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

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

Post 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$"
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
anil_kumarv
Posts: 50
Joined: Thu Oct 17, 2013 2:00 am

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

Post by anil_kumarv »

Thanks. That fixed the issue.
Locked