summaryrefslogtreecommitdiffstats
path: root/health/health.d/dnsmasq_dhcp.conf
blob: 10d139f772830b8209869a0275cfbaad7988a1e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# dhcp-range utilization

 template: dnsmasq_dhcp_dhcp_range_utilization
       on: dnsmasq_dhcp.dhcp_range_utilization
    class: DHCP
component: Dnsmasq
     type: Utilization
    every: 10s
    units: %
     calc: $used
     warn: $this > ( ($status >= $WARNING ) ? ( 80 ) : ( 90 ) )
     crit: $this > ( ($status == $CRITICAL) ? ( 90 ) : ( 95 ) )
    delay: down 5m
     info: DHCP range utilization
       to: sysadmin