<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>RE: [Nagios-users] alerting flakey</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>OK. It's definatly none of those. take a look.<BR>
<BR>
define service{<BR>
        use                             local-service<BR>
        hostgroup_name                  cisco_routers<BR>
        service_description             Cisco_load<BR>
        check_command                   check_snmp_load_cisco!cisco!90,80,60!100,100,100<BR>
        }<BR>
<BR>
##############<BR>
<BR>
define service{<BR>
        name                            local-service           ; The name of this service template<BR>
        use                             generic-service         ; Inherit default values from the generic-service definition<BR>
        check_period                    24x7                    ; The service can be checked at any time of the day<BR>
        max_check_attempts              4                       ; Re-check the service up to 4 times in order to determine its final (hard) state<BR>
        normal_check_interval           5                       ; Check the service every 5 minutes under normal conditions<BR>
        retry_check_interval            1                       ; Re-check the service every minute until a hard state can be determined<BR>
        contact_groups                  admins                  ; Notifications get sent out to everyone in the 'admins' group<BR>
        notification_options            w,u,c,r                 ; Send notifications about warning, unknown, critical, and recovery events<BR>
        notification_interval           60                      ; Re-notify about service problems every hour<BR>
        notification_period             24x7                    ; Notifications can be sent out at any time<BR>
        register                        0                       ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL SERVICE, JUST A TEMPLATE!<BR>
<BR>
}<BR>
<BR>
##############<BR>
<BR>
<BR>
Whether a critical alert gets generated or not can depend on the<BR>
notification_options in the service definition, the host definition<BR>
and/or the contact definition.<BR>
<BR>
Whether notifications are generated at all can depend on<BR>
notification_enabled in the host or service definition, on the<BR>
timeperiod in the contact definition, globally in the nagios<BR>
configuration and it can be dynamically enabled/disabled for hosts,<BR>
services and for nagios as a whole.<BR>
<BR>
My guess is that it might be something quite simple in the<BR>
notification_options somewhere.  See<BR>
<A HREF="http://nagios.sourceforge.net/docs/2_0/notifications.html">http://nagios.sourceforge.net/docs/2_0/notifications.html</A><BR>
<BR>
Another option worth trying is check_for_orphaned_services in your<BR>
main nagios.cfg file.  See:<BR>
<A HREF="http://nagios.sourceforge.net/docs/2_0/configmain.html#check_for_orphaned_services">http://nagios.sourceforge.net/docs/2_0/configmain.html#check_for_orphaned_services</A><BR>
<BR>
Cheers,<BR>
<BR>
Jim<BR>
<BR>
-------------------------------------------------------------------------<BR>
Take Surveys. Earn Cash. Influence the Future of IT<BR>
Join SourceForge.net's Techsay panel and you'll get the chance to share your<BR>
opinions on IT & business topics through brief surveys-and earn cash<BR>
<A HREF="http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV">http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV</A><BR>
_______________________________________________<BR>
Nagios-users mailing list<BR>
Nagios-users@lists.sourceforge.net<BR>
<A HREF="https://lists.sourceforge.net/lists/listinfo/nagios-users">https://lists.sourceforge.net/lists/listinfo/nagios-users</A><BR>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<BR>
::: Messages without supporting info will risk being sent to /dev/null<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>