Changeset 13263 in genesis
- Timestamp:
- May 16, 2015, 4:14:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/gformat.py
r13246 r13263 1679 1679 'retry_interval' : 1 if heavy_load else 10, 1680 1680 'max_check_attempts' : 10 if heavy_load else 6, 1681 'notification_interval': 120 if heavy_load else 240, 1681 1682 } 1682 1683 … … 1688 1689 check_interval %(check_interval)s ; Actively check the host every 5 minutes 1689 1690 retry_interval %(retry_interval)s ; Schedule host check retries at 1 minute intervals 1691 notification_interval %(notification_interval)s 1690 1692 max_check_attempts %(max_check_attempts)s ; Check each FreeBSD host 10 times (max) 1691 1693 check_command check-host-alive ; Default command to check FreeBSD hosts … … 1699 1701 check_interval %(check_interval)s ; Actively check the host every 5 minutes 1700 1702 retry_interval %(retry_interval)s ; Schedule host check retries at 1 minute intervals 1703 notification_interval %(notification_interval)s 1701 1704 max_check_attempts %(max_check_attempts)s ; Check each FreeBSD host 10 times (max) 1702 1705 register 0 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL HOST, JUST A TEMPLATE! … … 1794 1797 } 1795 1798 1796 define service {1797 use wleiden-service1798 hostgroup_name srv_hybrid1799 service_description NTP1800 check_command check_ntp_peer1801 }1799 #define service { 1800 # use wleiden-service 1801 # hostgroup_name srv_hybrid 1802 # service_description NTP 1803 # check_command check_ntp_peer 1804 #} 1802 1805 1803 1806 define service { … … 1831 1834 define host { 1832 1835 use wleiden-node 1836 contact_groups admins 1833 1837 host_name %(autogen_fqdn)s 1834 1838 address %(masterip)s
Note:
See TracChangeset
for help on using the changeset viewer.