Changeset 357


Ignore:
Timestamp:
Jan 25, 2012, 6:21:49 PM (13 years ago)
Author:
Rick van der Zwet
Message:

Not so often and make sure to track dependencies more properly.

Location:
nagios/objects
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • nagios/objects/templates.cfg

    r356 r357  
    4343        retain_nonstatus_information    1               ; Retain non-status information across program restarts
    4444        notification_period             24x7            ; Send host notifications at any time
    45         notification_interval           120             ; Resend notifications every 2 hours
     45        notification_interval           360
    4646        notification_options            d,u,r           ; Only send notifications for specific host states
    4747        contact_groups                  admins          ; Notifications get sent to the admins by default
     
    114114        contact_groups                  admins                  ; Notifications get sent out to everyone in the 'admins' group
    115115        notification_options            w,u,c,r                 ; Send notifications about warning, unknown, critical, and recovery events
    116         notification_interval           60                      ; Re-notify about service problems every hour
     116        notification_interval           360
    117117        notification_period             24x7                    ; Notifications can be sent out at any time
    118118        action_url /pnp4nagios/graph?host=$HOSTNAME$&srv=$SERVICEDESC$' class='tips' rel='/pnp4nagios/popup?host=$HOSTNAME$&srv=$SERVICEDESC$
  • nagios/objects/vanderzwet.net.cfg

    r352 r357  
    219219define service {
    220220        use                             local-service
    221         host_name                       sunfire.wirelessleiden.nl,riff.vanderzwet.net,buzz.vanderzwet.net,sunny.wleiden.net
     221        host_name                       riff.vanderzwet.net,buzz.vanderzwet.net,sunny.wleiden.net
     222        service_description             HTTP - WL Services Proxy
     223        servicegroups                   wlservices
     224        check_command                   check_http! -u /wleiden/ -s 'Wireless Leiden Services'
     225        notifications_enabled           1
     226}
     227
     228define servicedependency {
     229        host_name                       riff.vanderzwet.net,buzz.vanderzwet.net,sunny.wleiden.net
     230        service_description             HTTP - WL Services Proxy
     231        dependent_host_name             CNodeZwet.wleiden.net
     232        dependent_service_description   HTTP
     233        execution_failure_criteria      w,c,u
     234        notification_failure_criteria   w,c,u
     235}
     236
     237
     238define service {
     239        use                             local-service
     240        host_name                       sunfire.wirelessleiden.nl
    222241        service_description             HTTP - WL Services Proxy
    223242        servicegroups                   wlservices
Note: See TracChangeset for help on using the changeset viewer.