# Bind
check process bind
        with pidfile "/var/lib/named/var/run/named/named.pid"
        start = "<bind_start>"
        stop = "<bind_stop>"
        if failed port 53 type tcp with timeout <bind_connection_timeout> seconds then restart
        if failed port 53 type udp with timeout <bind_connection_timeout> seconds then restart
        if <bind_timeout_restarts> restarts within <bind_timeout_cycles> cycles then timeout
        every <bind_cycles> cycles
        mode <bind_mode>
