I want to send notification to three contacts in order.
o...@example.com
wait 10 minutes
t...@example.com
wait 10 minutes
th...@example.com

My config:
define service {
        host_name                       hostname
        service_description             servicename
        notification_interval           600              #!
        max_check_attempts              2               #!
        flap_detection_enabled          0
        contacts                        o...@example.com
}

define serviceescalation{
        host_name                       hostname
        service_description             servicename
        first_notification              2
        last_notification               2
        notification_interval           600
        contacts                        t...@example.com
        }

define serviceescalation{
        host_name                       facts
        service_description             Facts test
        first_notification              3
        last_notification               3
        notification_interval           0
        contacts                        th...@example.com
        }

Is it all rihtg?

I have a problem with this configuration.
When the status changes to OK, the message about it only receives the last 
contact (e.g. th...@example.com). This is a bug?

------------------------------------------------------------------------------

_______________________________________________
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Reply via email to