Installing on Debian

You will need the subversion package (install with aptitude install subversion).

svn co http://svn.grimore.org/configuration-templates/monit/debian/templates

this will have the effect of creating a templates folder that you can update with svn update when there are template updates.

svn export http://svn.grimore.org/configuration-templates/monit/debian/monitrc --force .

and adjust as necessary.

chmod 0700 /etc/monit/monitrc
ln -sf /etc/monit/templates/apache /etc/monit/conf.d/

Index