diff options
author | Michael Scherer <misc@mageia.org> | 2011-08-11 15:03:03 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-08-11 15:03:03 +0000 |
commit | 2f68394517a0969909a9ed40194fa691d85edf00 (patch) | |
tree | 064d9b0335a01c728c8d7493df1f02234c7df31f /modules/xymon/templates | |
parent | 2c06a1be47af4588ae7caa6ffb7e3f27aba84b4d (diff) | |
download | puppet-2f68394517a0969909a9ed40194fa691d85edf00.tar puppet-2f68394517a0969909a9ed40194fa691d85edf00.tar.gz puppet-2f68394517a0969909a9ed40194fa691d85edf00.tar.bz2 puppet-2f68394517a0969909a9ed40194fa691d85edf00.tar.xz puppet-2f68394517a0969909a9ed40194fa691d85edf00.zip |
use real name of the server, in order to attempt solve the problem
of having xymon complaining that no report have been sent by alamut for bbgen
Diffstat (limited to 'modules/xymon/templates')
-rw-r--r-- | modules/xymon/templates/bb-hosts | 2 | ||||
-rw-r--r-- | modules/xymon/templates/hobbitserver.cfg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/xymon/templates/bb-hosts b/modules/xymon/templates/bb-hosts index b6aff152..4ac5cc0b 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.<%= domain %> +212.85.158.146 alamut.<%= domain %> # testip bbd dns smtp ssh 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 diff --git a/modules/xymon/templates/hobbitserver.cfg b/modules/xymon/templates/hobbitserver.cfg index 45e7b866..60dd1a75 100644 --- a/modules/xymon/templates/hobbitserver.cfg +++ b/modules/xymon/templates/hobbitserver.cfg @@ -5,7 +5,7 @@ BBSERVERLOGS="/var/log/xymon" # Directory for server logs. The hobbit user must HOBBITCLIENTHOME="<%= lib_dir %>/xymon/client" # BBHOME directory for the client -BBSERVERHOSTNAME="xymon.<%= domain %>" # The hostname of your server +BBSERVERHOSTNAME="alamut.<%= domain %>" # The hostname of your server BBSERVERIP="<%= ipaddress %>" # The IP-address of your server. Use the real one, not 127.0.0.1 . BBSERVEROS="linux" # The operating system of your server. linux,freebsd,solaris,hpux,aix,osf |