I want to send notification to three contacts in order.
[email protected]
wait 10 minutes
[email protected]
wait 10 minutes
[email protected]
My config:
define service {
host_name hostname
service_description servicename
notification_interval 600 #!
max_check_attempts 2 #!
flap_detection_enabled 0
contacts [email protected]
}
define serviceescalation{
host_name hostname
service_description servicename
first_notification 2
last_notification 2
notification_interval 600
contacts [email protected]
}
define serviceescalation{
host_name facts
service_description Facts test
first_notification 3
last_notification 3
notification_interval 0
contacts [email protected]
}
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. [email protected]). This is a bug?
------------------------------------------------------------------------------
_______________________________________________
Nagios-users mailing list
[email protected]
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