summaryrefslogtreecommitdiffstats
path: root/health/health.d/isc_dhcpd.conf
blob: 8054656ffa1ebb04c3a8f0389e67dc54e21b98bc (plain)
1
2
3
4
5
6
7
8
9
10
 template: isc_dhcpd_leases_size
      on: isc_dhcpd.leases_total
   units: KB
   every: 60
    calc: $leases_size
    warn: $this > 3072
    crit: $this > 6144
   delay: up 2m down 5m
    info: dhcpd.leases file too big! Module can slow down your server.
      to: sysadmin