Sha256: 7719da0bc8a3c793cf5da3eb1b1925e2ee82c053e7599c1d955684edcdf6b160

Contents?: true

Size: 697 Bytes

Versions: 21

Compression:

Stored size: 697 Bytes

Contents

 # Based on:  https://mmonit.com/wiki/Monit/Upstart
 #
 # This is an upstart script to keep monit running.
 # To install disable the old way of doing things:
 #
 #   /etc/init.d/monit stop && update-rc.d -f monit remove
 #
 # then put this script here:
 #
 #   /etc/init/monit.conf
 #
 # and reload upstart configuration:
 #
 #   initctl reload-configuration
 #
 # You can manually start and stop monit like this:
 #
 # start monit
 # stop monit
 #

 description "Monit service manager"

 limit core unlimited unlimited

 start on runlevel [2345]
 stop on starting rc RUNLEVEL=[016]

 expect daemon
 respawn

 exec /usr/bin/monit -c /etc/monitrc

 pre-stop exec /usr/bin/monit -c /etc/monitrc quit

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
pvcglue-0.9.6 lib/pvcglue/templates/monit.upstart-conf.erb
pvcglue-0.9.5 lib/pvcglue/templates/monit.upstart-conf.erb
pvcglue-0.9.4 lib/pvcglue/templates/monit.upstart-conf.erb
pvcglue-0.9.3 lib/pvcglue/templates/monit.upstart-conf.erb
pvcglue-0.9.2 lib/pvcglue/templates/monit.upstart-conf.erb
pvcglue-0.9.1 lib/pvcglue/templates/monit.upstart-conf.erb
pvcglue-0.9.0 lib/pvcglue/templates/monit.upstart-conf.erb
pvcglue-0.1.39 lib/pvcglue/templates/monit.upstart-conf.erb
pvcglue-0.1.38 lib/pvcglue/templates/monit.upstart-conf.erb
pvcglue-0.1.37 lib/pvcglue/templates/monit.upstart-conf.erb
pvcglue-0.1.36 lib/pvcglue/templates/monit.upstart-conf.erb
pvcglue-0.1.35 lib/pvcglue/templates/monit.upstart-conf.erb
pvcglue-0.1.34 lib/pvcglue/templates/monit.upstart-conf.erb
pvcglue-0.1.33 lib/pvcglue/templates/monit.upstart-conf.erb
pvcglue-0.1.32 lib/pvcglue/templates/monit.upstart-conf.erb
pvcglue-0.1.31 lib/pvcglue/templates/monit.upstart-conf.erb
pvcglue-0.1.30 lib/pvcglue/templates/monit.upstart-conf.erb
pvcglue-0.1.29 lib/pvcglue/templates/monit.upstart-conf.erb
pvcglue-0.1.28 lib/pvcglue/templates/monit.upstart-conf.erb
pvcglue-0.1.27 lib/pvcglue/templates/monit.upstart-conf.erb