File: http://svn.grimore.org/configuration-templates/monit/debian/templates/dhcpd -

###########################################################################
##  Copyright (C) Wizardry and Steamworks 2017 - License: GNU GPLv3      ##
###########################################################################
 
check process dhcpd with pidfile /var/run/dhcpd.pid
    start program = "/etc/init.d/isc-dhcp-server start"
    stop  program = "/etc/init.d/isc-dhcp-server stop"
    if failed host 127.0.0.1 port 67 type udp then restart
#    if 5 restarts within 5 cycles then timeout