summaryrefslogtreecommitdiffstats
path: root/src/health/health.d/isc_dhcpd.conf
blob: 3f6e9d5d4076fe7b45b312731e3a612433d3cd68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# you can disable an alarm notification by setting the 'to' line to: silent

 template: isc_dhcpd_dhcp_pool_utilization
       on: isc_dhcpd.dhcp_pool_utilization
    class: Utilization
     type: DHCP
component: DHCPd
    every: 10s
    units: %
     calc: $used
     warn: $this > ( ($status >= $WARNING ) ? ( 80 ) : ( 90 ) )
    delay: down 5m
  summary: ISC DHCP pool ${label:dhcp_pool_name} utilization
     info: ISC DHCP pool ${label:dhcp_pool_name} utilization
       to: sysadmin