Changeset 13263 in genesis


Ignore:
Timestamp:
May 16, 2015, 4:14:25 PM (10 years ago)
Author:
rick
Message:

Remove warnings from nagios template generations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/gformat.py

    r13246 r13263  
    16791679        'retry_interval' : 1  if heavy_load else 10,
    16801680        'max_check_attempts' : 10 if heavy_load else 6,
     1681        'notification_interval': 120 if heavy_load else 240,
    16811682      } 
    16821683
     
    16881689        check_interval        %(check_interval)s     ; Actively check the host every 5 minutes
    16891690        retry_interval        %(retry_interval)s     ; Schedule host check retries at 1 minute intervals
     1691        notification_interval %(notification_interval)s
    16901692        max_check_attempts    %(max_check_attempts)s ; Check each FreeBSD host 10 times (max)
    16911693        check_command         check-host-alive       ; Default command to check FreeBSD hosts
     
    16991701        check_interval        %(check_interval)s     ; Actively check the host every 5 minutes
    17001702        retry_interval        %(retry_interval)s     ; Schedule host check retries at 1 minute intervals
     1703        notification_interval %(notification_interval)s
    17011704        max_check_attempts    %(max_check_attempts)s ; Check each FreeBSD host 10 times (max)
    17021705        register              0                      ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL HOST, JUST A TEMPLATE!
     
    17941797}
    17951798
    1796 define service {
    1797         use                   wleiden-service
    1798         hostgroup_name        srv_hybrid
    1799         service_description   NTP
    1800         check_command         check_ntp_peer
    1801 }
     1799#define service {
     1800#        use                   wleiden-service
     1801#        hostgroup_name        srv_hybrid
     1802#        service_description   NTP
     1803#        check_command         check_ntp_peer
     1804#}
    18021805
    18031806define service {
     
    18311834define host {
    18321835        use                   wleiden-node
     1836        contact_groups        admins 
    18331837        host_name             %(autogen_fqdn)s
    18341838        address               %(masterip)s
Note: See TracChangeset for help on using the changeset viewer.