diff options
author | Michael Scherer <misc@mageia.org> | 2011-07-21 02:46:28 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-07-21 02:46:28 +0000 |
commit | 9890cf559fc2804e14ec3ef5d86bbb602f843d07 (patch) | |
tree | b92af627b915a22663d91b992bbedd8ccb174c4d /modules/xymon | |
parent | 6809d6e57cb2aff37586a019ef141f7436f35d9a (diff) | |
download | puppet-9890cf559fc2804e14ec3ef5d86bbb602f843d07.tar puppet-9890cf559fc2804e14ec3ef5d86bbb602f843d07.tar.gz puppet-9890cf559fc2804e14ec3ef5d86bbb602f843d07.tar.bz2 puppet-9890cf559fc2804e14ec3ef5d86bbb602f843d07.tar.xz puppet-9890cf559fc2804e14ec3ef5d86bbb602f843d07.zip |
do not hardcode the domain name
Diffstat (limited to 'modules/xymon')
-rw-r--r-- | modules/xymon/templates/bb-hosts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/xymon/templates/bb-hosts b/modules/xymon/templates/bb-hosts index 48408ba2..b6aff152 100644 --- a/modules/xymon/templates/bb-hosts +++ b/modules/xymon/templates/bb-hosts @@ -34,7 +34,7 @@ page visible Visible Services page servers Servers group-compress Marseille -212.85.158.146 alamut.<%= domain %> # testip bbd dns smtp ssh CLIENT:xymon.mageia.org +212.85.158.146 alamut.<%= domain %> # testip bbd dns smtp ssh CLIENT:xymon.<%= domain %> 212.85.158.147 valstar.<%= domain %> # testip ssh rsync svn git ldapssl ldap 212.85.158.148 ecosse.<%= domain %> # testip ssh 212.85.158.149 jonund.<%= domain %> # testip ssh |