aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-24 22:04:50 +0000
committerMichael Scherer <misc@mageia.org>2011-02-24 22:04:50 +0000
commit19874a5451d55cd9874ea7314a6862c98ad55314 (patch)
tree78bf30e28075928f6d201c6ce004e7c78bf3f6e9 /modules
parent3e507c2e0cd6badc588c69f703a45cbf5255595f (diff)
downloadpuppet-19874a5451d55cd9874ea7314a6862c98ad55314.tar
puppet-19874a5451d55cd9874ea7314a6862c98ad55314.tar.gz
puppet-19874a5451d55cd9874ea7314a6862c98ad55314.tar.bz2
puppet-19874a5451d55cd9874ea7314a6862c98ad55314.tar.xz
puppet-19874a5451d55cd9874ea7314a6862c98ad55314.zip
- do not put our email in clear text ( avoid spam )
- do not hardcode the domain name ( ease of use in test envirronement )
Diffstat (limited to 'modules')
-rw-r--r--modules/xymon/templates/hobbit-alerts.cfg4
1 files 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