UNPKG

masson

Version:

Module execution engine for cluster deployments.

18 lines (11 loc) 328 B
# Bind Server Check Check the health of the Bind server. export default header: 'Bind Server Check', handler: -> ## Runing Sevrice Ensure the "named" service is up and running. @service.assert header: 'Service' name: 'bind' srv_name: 'named' installed: true started: true