dnsmasq_dhcp.conf 424 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. crit: $this > ( ($status == $CRITICAL) ? ( 90 ) : ( 95 ) )
  12. delay: down 5m
  13. info: DHCP range utilization
  14. to: sysadmin