Page 1 of 1
Nagios Xi - Notification Messages
Posted: Mon Apr 11, 2011 2:51 pm
by ecarrasq
How to create your own notification message?
How to assign different notification messages, for Critical and Warning levels?
Re: Nagios Xi - Notification Messages
Posted: Mon Apr 11, 2011 3:08 pm
by rdedon
Re: Nagios Xi - Notification Messages
Posted: Tue May 17, 2011 12:48 pm
by ecarrasq
How could I configure it so:
if -w = email
if -c = text
When a service reaches the warning level, it will email. When it reaches a critical state, it will text (meaning it will use the phone number from the contact and send the alert via a text message instead of email)
Re: Nagios Xi - Notification Messages
Posted: Tue May 17, 2011 1:31 pm
by tonyyarusso
You would need to create your own event handler and apply it to the relevant services (or templates). You can find more information about how these work generally on
http://nagios.sourceforge.net/docs/3_0/ ... dlers.html.
Re: Nagios Xi - Notification Messages
Posted: Tue May 17, 2011 4:00 pm
by ecarrasq
Thank you!
Re: Nagios Xi - Notification Messages
Posted: Tue May 17, 2011 4:07 pm
by tonyyarusso
No problem - let us know if you have any further questions.