<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><span class="e" id="q_10d2421e4b5a0ee0_0"><div><span class="gmail_quote"></span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>If I have a host called viper with the following definitions, I'm wondering why the group admins gets warning notifications for the service "DISK /" after the first notification. To me, these definitions say that admins should get no more than 5 notifications and no warning notifications after the first one. Am I wrong in thinking that? In testing this, the admins group got at least 8 warning notifications.
<br><br>host definition<br>---<br>define host{<br>        use                       generic-host<br>        host_name                 viper<br>        alias                     viper<br>        address                   
<a href="http://127.0.0.1" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
127.0.0.1</a><br>        parents                   localhost<br>        check_command             check-host-alive<br>        notification_interval     0<br>        notification_options      d,r<br>        notification_period       never
<br>        contact_groups            admins<br>}<br><br>service definition<br>---<br>define service{<br>        use                           generic-service<br>        host_name                     viper<br>        service_description           DISK /
<br>        is_volatile                   0<br>        check_period                  24x7<br>        retry_check_interval          1<br>        contact_groups                admins<br>        notification_interval         5
<br>        notification_period           24x7<br>        notification_options          w,u,c,r<br>        check_command                 check_nrpe!check_disk1<br>}<br><br>escalation definition<br>---<br>define serviceescalation{
<br>        host_name                     viper<br>        service_description           DISK /<br>        first_notification            2<br>        last_notification             2<br>        notification_interval         5
<br>        contact_groups                admins<br>        escalation_options            c,r<br>}<br>define serviceescalation{<br>        host_name                     viper<br>        service_description           DISK /
<br>        first_notification            3<br>        last_notification             4<br>        notification_interval         5<br>        contact_groups                admins<br>        escalation_options            c,r
<br>}<br>define serviceescalation{<br>        host_name                     viper<br>        service_description           DISK /<br>        first_notification            5<br>        last_notification             0<br>        notification_interval         0
<br>        contact_groups                admins<br>        escalation_options            c,r<br>}<br><br>Please let me know if more info is needed. Thanks in advance.<br></div><div><span><br>Jeff<br>

</span></div></blockquote></div><br></span></div><div>Umm can we see your contacts and contactgroup configs? Bet admins get warnings there<br></div><div><span class="sg"><br>Tory</span></div></blockquote><div><br>Here they are. Everything is intact from how I have it on the server except for the email address.
<br><br>Contactgroup:<br><br>define contactgroup{<br>        contactgroup_name       admins<br>        alias                   Nagios Administrators<br>        members                 nagios<br>        }<br><br>Contacts:<br>
<br>define contact{<br>        contact_name                    nagios<br>        alias                           Nagios Admin<br>        service_notification_period     24x7<br>        host_notification_period        24x7
<br>        service_notification_options    w,u,c,r<br>        host_notification_options       d,r<br>        service_notification_commands   notify-by-email<br>        host_notification_commands      host-notify-by-email
<br>        email                           <a href="mailto:email@domain.com">email@domain.com</a><br>        }<br><br><br></div>Yes admins should get warnings, but since the escalation file says only go past original notification for critical and recovery, shouldn't I just get 1 warning notification or 2 at most?
<br></div><br>