X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fmonit%2Ftemplates%2Fdefault.erb;fp=modules%2Fmonit%2Ftemplates%2Fdefault.erb;h=d89d3265d577bdfe7802f16bfce078a48866eae3;hb=f3878ee32e4159ff315d96b980a1aec9cb4da82a;hp=0000000000000000000000000000000000000000;hpb=e7a13b7f9396d9d7eab6a81a07a97106b8534214;p=mirror%2Fdsa-puppet.git diff --git a/modules/monit/templates/default.erb b/modules/monit/templates/default.erb new file mode 100644 index 000000000..d89d3265d --- /dev/null +++ b/modules/monit/templates/default.erb @@ -0,0 +1,19 @@ +## +## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE. +## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git +## + +# Defaults for monit initscript +# sourced by /etc/init.d/monit +# installed at /etc/default/monit by maintainer scripts +# Fredrik Steen + +# You must set this variable to for monit to start +startup=1 +<% if nodeinfo.has_key?('squeeze') and not nodeinfo['squeeze'].empty? %> +<% else %> + +# To change the intervals which monit should run uncomment +# and change this variable. +CHECK_INTERVALS=300 +<% end %>