HTML notifications & replacing xi_host_notification_handler
Posted: Mon Mar 16, 2015 6:27 am
Hey,
Just looking for some input here if anybody has some thoughts.
I'd like to customise the email notifications from XI, I see I can put some HTML in via the Admin console but I'd like to be able to use PHP to take the customisation a bit further. So my thought is to create two new Commands (xxx_send_email and xxx_send_sms) and update my ContactGroups to use both of these when it wants to send out alerts. Looks like this should work basing it off something like this http://exchange.nagios.org/directory/Ad ... v2/details but I'm wondering if I will "break" anything in XI by no longer using xi_host_notification_handler/xi_service_notification_handler? I cannot tell if these two command simply send an email/SMS or if they do anything else with the system.
Any input gratefully received!
Just looking for some input here if anybody has some thoughts.
I'd like to customise the email notifications from XI, I see I can put some HTML in via the Admin console but I'd like to be able to use PHP to take the customisation a bit further. So my thought is to create two new Commands (xxx_send_email and xxx_send_sms) and update my ContactGroups to use both of these when it wants to send out alerts. Looks like this should work basing it off something like this http://exchange.nagios.org/directory/Ad ... v2/details but I'm wondering if I will "break" anything in XI by no longer using xi_host_notification_handler/xi_service_notification_handler? I cannot tell if these two command simply send an email/SMS or if they do anything else with the system.
Any input gratefully received!