From 0a0614645bbf52c9e21878915b7c8dd6e658d8b7 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 20 Apr 2011 21:19:36 +0000 Subject: do not warn for load on ecosse jonund --- modules/xymon/templates/hobbit-alerts.cfg | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/xymon/templates/hobbit-alerts.cfg') 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 -- cgit v1.2.1