]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/monit/templates/default.erb
probably break a couple of release dependent templates
[dsa-puppet.git] / modules / monit / templates / default.erb
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 # Defaults for monit initscript
7 # sourced by /etc/init.d/monit
8 # installed at /etc/default/monit by maintainer scripts
9 # Fredrik Steen <stone@debian.org>
10
11 # You must set this variable to for monit to start
12 startup=0
13
14 <% if lsbdistcodename == 'lenny' %>
15
16 # To change the intervals which monit should run uncomment
17 # and change this variable.
18 CHECK_INTERVALS=300
19 <% end %>