Hi, 

I use nagios 3.0.6, mostly with a passive checks. If a service is getting
down, I get notifications every minutes, while the service is down, and the
passive check drop a new result.
I wanted a notification only one, I set the notification_interval to 0.
Any suggestion?

In my services.cfg:

define service{
        name                            passive_service
        active_checks_enabled           0
        passive_checks_enabled          1
        flap_detection_enabled          0
        register                        0
        is_volatile                     1
        check_period                    none
        max_check_attempts              1
        normal_check_interval           1
        retry_check_interval            1
        check_freshness                 0
        contact_groups                  admin
        check_command                   check_dummy!3
        notification_interval           0
        notification_period             24x7
        notification_options            w,u,c,r
        stalking_options                w,c,u

define service{
        use                     passive_service
        service_description     Oracle
        host_name               database
        }

and in my nagios.cfg:
 interval_length=60

Thanks!

--
Udv,
 Ricsi
 [EMAIL PROTECTED]


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Nagios-users mailing list
Nagios-users@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

Reply via email to