diff options
author | Michael Scherer <misc@mageia.org> | 2011-04-20 21:19:36 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-04-20 21:19:36 +0000 |
commit | 0a0614645bbf52c9e21878915b7c8dd6e658d8b7 (patch) | |
tree | 2c750837b0517c30c7d1e281394357bb0dc543f6 /modules/xymon/templates | |
parent | e520a71214a5e700e9424ee932c8343272ce8ec0 (diff) | |
download | puppet-0a0614645bbf52c9e21878915b7c8dd6e658d8b7.tar puppet-0a0614645bbf52c9e21878915b7c8dd6e658d8b7.tar.gz puppet-0a0614645bbf52c9e21878915b7c8dd6e658d8b7.tar.bz2 puppet-0a0614645bbf52c9e21878915b7c8dd6e658d8b7.tar.xz puppet-0a0614645bbf52c9e21878915b7c8dd6e658d8b7.zip |
do not warn for load on ecosse jonund
Diffstat (limited to 'modules/xymon/templates')
-rw-r--r-- | modules/xymon/templates/hobbit-alerts.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/xymon/templates/hobbit-alerts.cfg b/modules/xymon/templates/hobbit-alerts.cfg index 4286a5a7..e843046c 100644 --- a/modules/xymon/templates/hobbit-alerts.cfg +++ b/modules/xymon/templates/hobbit-alerts.cfg @@ -117,6 +117,13 @@ # DOWNSECSMSG - When recovered, holds the text "Event duration : N" where # N is the DOWNSECS value. +<% +builder = ['jonund','ecosse'] +builders = builders.map{|x| x + "." + domain }.join(',') +%> +HOST=<%= builders %> SERVICE=LOAD + MAIL=sysadmin-reports@ml.<%= domain %> DURATION>6h RECOVERED NOTICE REPEAT=3h STOP + HOST=%.*.<%= domain %> MAIL=sysadmin-reports@ml.<%= domain %> DURATION>5 RECOVERED NOTICE REPEAT=3h |