blob: 81d37df64d7473ed826d5a421080826752e748f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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
info: DHCP range utilization
to: sysadmin
|