Sha256: 4052f6f39f770a3e7bf2cc0660511a972bc02bc3b8bb01d103b8ece414f214e5
Contents?: true
Size: 421 Bytes
Versions: 33
Compression:
Stored size: 421 Bytes
Contents
<% @path = '/etc/monit/monit.d/monit-graylog_web.conf' %> check process graylog_web with pidfile <%= rubber_env.graylog_web_pid_file %> group graylog-<%= Rubber.env %> start program = "/usr/bin/env service graylog-web start" stop program = "/usr/bin/env service graylog-web stop" if failed host "<%= rubber_env.host %>" port <%= rubber_env.graylog_web_port %> with timeout 10 seconds for 10 cycles then restart
Version data entries
33 entries across 33 versions & 1 rubygems