masson
Version:
Module execution engine for cluster deployments.
29 lines (18 loc) • 569 B
Markdown
# HTTPD Web Server Check
Check the health of the HTTPD service.
Note, we've seen case where the status command print "httpd dead but subsys
locked".
export default header: 'HTTPD Check', handler: (options) ->
## Runing Sevrice
Ensure the "ntpd" service is up and running.
@service.assert
header: 'Service'
name: 'httpd'
installed: true
started: true
## TCP Connection
Ensure the port is listening.
@connection.assert
header: 'TCP'
host: options.wait_tcp.fqdn
port: options.wait_tcp.port