### Copyright 1999-2017. Parallels IP Holdings GmbH. All Rights Reserved.
# Bind
check process bind
        with pidfile "/var/named/chroot/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>
