retry_interval is 15 min, max_check_attempts is 2, so if the service is recovering you might get a notification after 30 min.
Please take a look at the service definition in objects.cache how the values actually are set. -------- Original-Nachricht -------- > Datum: Mon, 3 Dec 2012 11:15:21 +0100 > Von: Kai Timmer <em...@kaitimmer.de> > An: icinga-users@lists.sourceforge.net > Betreff: [icinga-users] Notification Intervall is ignored > Hello, > I use a service definition like this: > > define service{ > name service_template > register 0 > > is_volatile 0 > flap_detection_enabled 1 > flap_detection_options o,w,c,u > notifications_enabled 1 > process_perf_data 0 > active_checks_enabled 1 > passive_checks_enabled 1 > check_period 24x7 > > notifications_enabled 1 > notification_period 24x7 > notification_options w,u,c,r > notification_interval 120 > max_check_attempts 6 > retry_interval 5 > check_interval 10 > first_notification_delay 0 > contact_groups admins > } > define service { > name nrpe_service_template_check_disk > use service_template > > servicegroups system-health > > notification_options c,r > max_check_attempts 2 > check_interval 60 > retry_interval 15 > register 0 > } > define service { > use nrpe_service_template_check_disk > check_command nrpe_windows_check!check_disk_e > description disk_e > host_name host1 > } > define host{ > use host_template > host_name host1 > alias wsus.intern.chemmedia.de > address 172.1.2.3 > parents esx01 > > host_groups os-windows, orga-internal-services > } > > For some reason, from the disk check, I get notifications every 30 > minutes and not every 2 hours as i intended. Can anyone tell my why > that happens? > > Thanks for your help, > -- > Kai Timmer | E-Mail: em...@kaitimmer.de > Chemnitzer Linux-Tage | http://chemnitzer.linux-tage.de > > ------------------------------------------------------------------------------ > Keep yourself connected to Go Parallel: > BUILD Helping you discover the best ways to construct your parallel > projects. > http://goparallel.sourceforge.net > _______________________________________________ > icinga-users mailing list > icinga-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/icinga-users ------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: BUILD Helping you discover the best ways to construct your parallel projects. http://goparallel.sourceforge.net _______________________________________________ icinga-users mailing list icinga-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/icinga-users