Host check notification problem

Jim Stosick jws at lindy.stanford.edu
Fri Mar 26 00:17:55 CET 2004


Below is the host definition I have been testing with.  If I shut
down the web server I get service alert notifications every 15
minutes while it is down.

If I shut down the host I get one host alert notification when the
system is detected as down.  There are no repeat notifications even
if the system is down for much longer than the 15 minute
notification interval.  As soon as I bring the system up I get a
host recovery notification.

The Nagios version is 1.2, running on Solaris 8.  I didn't set up
the Nagios server and I'm new to using Nagios.  If there is some
additional information that would be useful in diagnosing the 
problem I can get it from the other config files.


define hostgroup {
        hostgroup_name  forsythe-testing-group
        alias           Forsythe Sun Test System
        contact_groups  forsythe-sun-admin-mail
        members         sherpa
}

define host {
        host_name               sherpa
        alias                   sherpa
        address                 sherpa.stanford.edu
        check_command           check-host-alive
        max_check_attempts      3
        notification_interval   15
        notification_period     24x7
        notification_options    d,u,r
}

define service {
        host_name               sherpa
        service_description     service test
        check_command           check_http
        max_check_attempts      3
        normal_check_interval   1
        retry_check_interval    1
        check_period            24x7
        notification_interval   15
        notification_options    w,u,c,r
        notification_period     24x7
        contact_groups          forsythe-sun-admin-mail
}


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
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