Notifications not reaching me

Andreas Ericsson ae at op5.se
Mon Dec 6 23:48:11 CET 2004


Gary Lawrence Murphy wrote:
> To be completely clear, here's the two definitions, the template and
> the service, verbatim without my trying to be clever in merging them
> ;)
> 
> define service {
>         use                             generic-service
>         name                            net-service
>         register                        0
>         is_volatile                     0
>         check_period                    24x7
>         max_check_attempts              3
>         normal_check_interval           5
>         retry_check_interval            1
>         notification_interval           0
>         notification_period             24x7
> }
> 

You've got notification_interval 0, which means it will only send one 
notification. I'm surprised you get any at all for your escalations 
where first_notification is higher than 1.

The delay before the first notification is most likely due to the fact 
that Nagios re-checks your host with retry_check_interval * 
interval_length seconds and only when max_check_attempts attempts have 
failed sends out the notification, while the GUI turns red immediately, 
but with a SOFT error state.

> define service {
>         use                             net-service
>         host_name                       f1, f3
>         service_description             Log Output
>         contact_groups                  audit-trail
>         normal_check_interval           2
>         notification_options            w,u,c,r
>         check_command                   check_nrpe!check_log
> }
> 

-- 
Andreas Ericsson                   andreas.ericsson at op5.se
OP5 AB                             www.op5.se
Lead Developer


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Nagios-users mailing list
Nagios-users at 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





More information about the Users mailing list