diff options
Diffstat (limited to 'modules/xymon')
-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 |