Page 1 of 1

Notification Interval not working

Posted: Wed Nov 12, 2014 1:17 pm
by crafael01
I have a couple services that I set the notification interval to 0 along with the service template also set to 0, but I am getting repeated notificaitons from the services.

Here's the service checks:
define service {
service_description TCP Port 15672 RabbitMQ Admin
use GHS Default Services
hostgroup_name RabbitMQ
check_command check_tcp!15672!!!!!!!
notification_interval 0
notification_period 24x7
notification_options w,c,r,
notifications_enabled 0
register 1
}

define service {
service_description TCP Port 5672 RabbitMQ
use GHS Default Services
hostgroup_name RabbitMQ
check_command check_tcp!5672!!!!!!!
notification_interval 0
notification_period 24x7
notification_options w,c,r,
notifications_enabled 0
register 1
}

Re: Notification Interval not working

Posted: Wed Nov 12, 2014 2:09 pm
by abrist
I presume that you have notification disable on these objects for this reason.
Do the templates set the is_volatile directive?
Can you post the necessary templates for these services?