]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/monit/templates/default.erb
encode backuphost in label for basebackups
[dsa-puppet.git] / modules / monit / templates / default.erb
index 10ce8b813428610e298865160b8bbc742d1df84c..c13d24e56d9fab7cd65956623d5f69680adf7aaa 100644 (file)
 # You must set this variable to for monit to start
 startup=0
 
-<% 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 %>