X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fmonit%2Ftemplates%2Fmonitrc.erb;h=e640cbe1fba3e319df45a2c061acfdc152847316;hb=2b250a87dc0765e27bd693b7d5abcd14d50bc543;hp=dc46f19512003e758fe7f024bd41c4b68681bc79;hpb=f256a66ce3a6f63e4bac8a602391d0dc77de2e6d;p=mirror%2Fdsa-puppet.git diff --git a/modules/monit/templates/monitrc.erb b/modules/monit/templates/monitrc.erb index dc46f1951..e640cbe1f 100644 --- a/modules/monit/templates/monitrc.erb +++ b/modules/monit/templates/monitrc.erb @@ -21,7 +21,7 @@ ## Start monit in the background (run as a daemon) and check services at ## 2-minute intervals. # -<% if nodeinfo.has_key?('squeeze') and not nodeinfo['squeeze'].empty? %> +<% if nodeinfo.has_key?('squeeze') and nodeinfo['squeeze'] %> set daemon 300 <% else %> <% end %>