]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/monit/templates/default.erb
Try making monit on squeeze work
[dsa-puppet.git] / modules / monit / templates / default.erb
diff --git a/modules/monit/templates/default.erb b/modules/monit/templates/default.erb
new file mode 100644 (file)
index 0000000..d89d326
--- /dev/null
@@ -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 <stone@debian.org>
+
+# 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 %>