]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/monit/templates/default.erb
Merge branch 'master' of git+ssh://puppet.debian.org/srv/puppet.debian.org/git/dsa...
[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 nodeinfo.has_key?('squeeze') and nodeinfo['squeeze'] %>
15 <% else %>
16
17 # To change the intervals which monit should run uncomment
18 # and change this variable.
19 CHECK_INTERVALS=300
20 <% end %>