The configuration you need to look in is in the escalations.cfg  file


define serviceescalation{
    host_name           foo.bar
    service_description check_http
*    first_notification  1
**    last_notification   60
    notification_interval       10
    contact_groups              Myself
    escalation_period   24x7
    escalation_options  w,u,c,r
   }

* tells the system when to start sending you notifications - this one says - send after the first test cycle .

** this tell the system to keep sending notifications until it reaches this number of notifications/test cycles on that host/service

Assaf


[EMAIL PROTECTED] wrote:
Hi all Where do i set the number of email-notifications when a service is critical? I keep getting one email every second minute!? Heres some of my config! minimal.cfg define host{ name generic-host ; The name of this host template notifications_enabled 1 ; Host notifications are enabled event_handler_enabled 1 ; Host event handler is enabled
        flap_detection_enabled          1       ; Flap detection is enabled
failure_prediction_enabled 1 ; Failure prediction is enabled
        process_perf_data               1       ; Process performance data
retain_status_information 1 ; Retain status information across program restarts retain_nonstatus_information 1 ; Retain non-status information across program restarts register 0 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL HOST, JUST A TEMPLATE!
        }
define service{ name generic-service ; The 'name' of this service template active_checks_enabled 1 ; Active service checks are enabled passive_checks_enabled 1 ; Passive service checks are enabled/accepted parallelize_check 1 ; Active service checks should be parallelized (disabling this can lead to major performance problems) obsess_over_service 1 ; We should obsess over this service (if necessary) check_freshness 1 ; Default is to NOT check service 'freshness' notifications_enabled 1 ; Service notifications are enabled event_handler_enabled 1 ; Service event handler is enabled
        flap_detection_enabled          1       ; Flap detection is enabled
failure_prediction_enabled 1 ; Failure prediction is enabled
        process_perf_data               1       ; Process performance data
retain_status_information 1 ; Retain status information across program restarts retain_nonstatus_information 1 ; Retain non-status information across program restarts register 0 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL SERVICE, JUST A TEMPLATE!
        }
define host{ use generic-host ; Name of host template to use
        host_name               arnwin0136
        alias                   arnwin0136
        address                 192.168.103.10
        check_command           check-host-alive
        max_check_attempts      10
        notification_interval   960
        notification_period     24x7
        notification_options    d,u,r,
        notifications_enabled  1
        contact_groups      admins
        }
define service {
    use                             generic-service        ; check_disk_smb
        host_name                       arnwin0136
        service_description             C-Disk
        is_volatile                     1
        max_check_attempts              5
        normal_check_interval           2
        retry_check_interval            1
        active_checks_enabled           1
        passive_checks_enabled          1
        check_period                    24x7
        parallelize_check               1
        obsess_over_service             1
        check_freshness                 1
        freshness_threshold             420
        event_handler_enabled           1
        low_flap_threshold              0
        high_flap_threshold             0
        flap_detection_enabled          1
        process_perf_data               1
        retain_status_information       1
        retain_nonstatus_information    0
        contact_groups                  admins,jour
        notification_interval           960
        notification_period             24x7
        notification_options            w,u,c,r
        notifications_enabled           1
        register                        1
        check_command   check_disk_smb!nagios!$USER10$!$USER11$
} Thanks Lennart ************************************
*Lennart Kvam*
Softronic AB, Ringvägen 100, 118 60 Stockholm
Tel: 0708-813279  Vx:08-51909000
[EMAIL PROTECTED]
************************************

--
Assaf Flatto
m-Wise Operations
Cellular: +972-54-5679230
e-mail: [EMAIL PROTECTED]
MSN : [EMAIL PROTECTED]


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
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