From 19874a5451d55cd9874ea7314a6862c98ad55314 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 24 Feb 2011 22:04:50 +0000 Subject: - do not put our email in clear text ( avoid spam ) - do not hardcode the domain name ( ease of use in test envirronement ) --- modules/xymon/templates/hobbit-alerts.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/xymon/templates/hobbit-alerts.cfg b/modules/xymon/templates/hobbit-alerts.cfg index d928d289..e5fc087c 100644 --- a/modules/xymon/templates/hobbit-alerts.cfg +++ b/modules/xymon/templates/hobbit-alerts.cfg @@ -118,5 +118,5 @@ # N is the DOWNSECS value. -HOST=%.*.mageia.org - MAIL=mageia-sysadm@mageia.org DURATION>5 RECOVERED NOTICE REPEAT=3h +HOST=%.*.<%= domain %> + MAIL=root@<%= domain %> DURATION>5 RECOVERED NOTICE REPEAT=3h -- cgit v1.2.1