blob: b7eb4e0a3ea6412a878674d98455d724d19b9084 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# dhcp-range utilization
template: dnsmasq_dhcp_dhcp_range_utilization
on: dnsmasq_dhcp.dhcp_range_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 above threshold!
to: sysadmin
|