flap_detection_enabled=0 not showing up in web interface??

Volker.Aust at premiere.de Volker.Aust at premiere.de
Wed Nov 6 12:15:56 CET 2002


I think you have enabled retention in your nagios.cfg. Nagios does not only
save the state of a service but also everything that you can enable or
disable in the web-interface. With "retain_nonstatus_information 0/1" in
your service definition or service template you can control whether Nagios
takes the nonstatus info from the retention data
(retain_nonstatus_information 1) or the service configuration
(retain_nonstatus_information 0).
 
-vol

-----Original Message-----
From: Yohann.Darsigny at sungard.com [mailto:Yohann.Darsigny at sungard.com]
Sent: Tuesday, November 05, 2002 3:52 PM
To: nagios-users at lists.sourceforge.net
Subject: [Nagios-users] flap_detection_enabled=0 not showing up in web
interface??


Hi to all the Nagios users around,
 
I'm having issues with the FLAP detection in nagios.
 
I have the following service definition in my configuration:
=====================================================
#############################
# TEMPLATE SERVICE_NRPE     #
#############################
define service{
        register                0
        is_volatile             0
        max_check_attempts      3
        normal_check_interval   60
        retry_check_interval    1
        check_period            24x7
        notification_interval   60
        notification_period     24x7
        notification_options    w,c,r
        notifications_enabled   1
        flap_detection_enabled  0
        name                    SERVICE_NRPE
}
 
define service{
    host_name                   server1,server2,server3
    service_description         FileSystem#1 Usage
    check_command               check_nrpe!check_disk1
    contact_groups              grouppager,groupemail
    use                         SERVICE_NRPE
}
=====================================================
 
I have enabled flap detection for all host and service in the main
configuration file, but I want to disable it for some service like
check_disk.
I added the flap_detection_enabled  0 in my service definition, but when I
check in the web interface, it still show off has enable for that service.
If I set it my self manually with the interface, it works fine, but I don't
want to do it manually for about 400 services I have configured like the one
showed above. :(
 
Any though??
 
Regards

Yohann Darsigny
Support Specialist, Operations 
SunGard Front Office Solutions - BrokerWare(tm) 
Tel: (514) 982-6687 x 226
Fax: (514) 982-9476
email: yohann.darsigny at sungard.com
web: www.brokerware.com 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20021106/26a2a1f8/attachment.html>


More information about the Users mailing list