| Current Path : /usr/lib/netdata/conf.d/health.d/ |
| Current File : //usr/lib/netdata/conf.d/health.d/dnsmasq_dhcp.conf |
# dhcp-range utilization
template: dnsmasq_dhcp_dhcp_range_utilization
on: dnsmasq_dhcp.dhcp_range_utilization
class: Utilization
type: DHCP
component: Dnsmasq
every: 10s
units: %
calc: $used
warn: $this > ( ($status >= $WARNING ) ? ( 80 ) : ( 90 ) )
delay: down 5m
summary: Dnsmasq DHCP range ${label:dhcp_range} utilization
info: DHCP range ${label:dhcp_range} utilization
to: sysadmin