Sha256: 3f2769099c83e2787b5a3a3b5e688e82516e86920dae2501da38f7ac8529536a
Contents?: true
Size: 449 Bytes
Versions: 29
Compression:
Stored size: 449 Bytes
Contents
<% @path = '/etc/monit/monit.d/monit-mongodb.conf' %> check process mongodb with pidfile <%= rubber_env.mongodb_pid %> group mongodb-<%= Rubber.env %> start program = "/bin/bash -c 'rm -f <%= rubber_env.mongodb_pid %>; /usr/bin/env service mongodb start'" stop program = "/usr/bin/env service mongodb stop" if does not exist for 5 cycles then restart if failed port 27017 then restart if 5 restarts within 5 cycles then timeout
Version data entries
29 entries across 29 versions & 1 rubygems