dnsmasq_dhcp.conf 442 B

123456789101112131415
  1. # dhcp-range utilization
  2. template: dnsmasq_dhcp_dhcp_range_utilization
  3. on: dnsmasq_dhcp.dhcp_range_utilization
  4. class: Utilization
  5. type: DHCP
  6. component: Dnsmasq
  7. every: 10s
  8. units: %
  9. calc: $used
  10. warn: $this > ( ($status >= $WARNING ) ? ( 80 ) : ( 90 ) )
  11. delay: down 5m
  12. summary: Dnsmasq DHCP range ${label:dhcp_range} utilization
  13. info: DHCP range ${label:dhcp_range} utilization
  14. to: sysadmin