summaryrefslogtreecommitdiffstats
path: root/src/health/health.d/isc_dhcpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/health/health.d/isc_dhcpd.conf')
-rw-r--r--src/health/health.d/isc_dhcpd.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/health/health.d/isc_dhcpd.conf b/src/health/health.d/isc_dhcpd.conf
new file mode 100644
index 000000000..3f6e9d5d4
--- /dev/null
+++ b/src/health/health.d/isc_dhcpd.conf
@@ -0,0 +1,15 @@
+# you can disable an alarm notification by setting the 'to' line to: silent
+
+ template: isc_dhcpd_dhcp_pool_utilization
+ on: isc_dhcpd.dhcp_pool_utilization
+ class: Utilization
+ type: DHCP
+component: DHCPd
+ every: 10s
+ units: %
+ calc: $used
+ warn: $this > ( ($status >= $WARNING ) ? ( 80 ) : ( 90 ) )
+ delay: down 5m
+ summary: ISC DHCP pool ${label:dhcp_pool_name} utilization
+ info: ISC DHCP pool ${label:dhcp_pool_name} utilization
+ to: sysadmin