Custom nagios notification type

monitoringnagios

Is it possible to pass a notification message from nagios to a python script that will dispatch a custom notification, instead of nagios sending email or an sms?

Best Answer

Sure. Here's an example using Skype for notification.

Generally, you define a command that will execute the python script, then use that command for the host_notification_commands or service_notification_commands options in the contact definition.