From reading this article, it looks like Nagios Core is configured out of the box to send out notifications using email.
The Helpful Resources section does mention alternate notification mechanisms. I was wondering if there is a way to configure Nagios to send out notifications using web services.
Has anyone tried this before. Could someone please point me to some useful resources/links online.
Nagios can be configured to call any script (see service_notification_commands in contact definitions and command definitions in command.cfg), so, just provide a script which then calls a webservice (e.g., using wget, curl or any other technology).