aboutsummaryrefslogtreecommitdiffstats
path: root/modules/xymon
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-24 22:18:35 +0000
committerMichael Scherer <misc@mageia.org>2011-02-24 22:18:35 +0000
commit61e89d2a38a735775d1eb5637c87ae6fc6039ed8 (patch)
tree186fc5975d60564996ee6cff92c43d13bf1dc075 /modules/xymon
parent19874a5451d55cd9874ea7314a6862c98ad55314 (diff)
downloadpuppet-61e89d2a38a735775d1eb5637c87ae6fc6039ed8.tar
puppet-61e89d2a38a735775d1eb5637c87ae6fc6039ed8.tar.gz
puppet-61e89d2a38a735775d1eb5637c87ae6fc6039ed8.tar.bz2
puppet-61e89d2a38a735775d1eb5637c87ae6fc6039ed8.tar.xz
puppet-61e89d2a38a735775d1eb5637c87ae6fc6039ed8.zip
- do not hardcode lib64 ( as I do test on 32 bits vm )
- do not hardcode ip address ( same reason ) - do not hardcode domain name ( again, for test )
Diffstat (limited to 'modules/xymon')
-rw-r--r--modules/xymon/templates/hobbitserver.cfg10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/xymon/templates/hobbitserver.cfg b/modules/xymon/templates/hobbitserver.cfg
index 0c990561..df7bd086 100644
--- a/modules/xymon/templates/hobbitserver.cfg
+++ b/modules/xymon/templates/hobbitserver.cfg
@@ -1,15 +1,15 @@
# NB : Even though it might look like a shell-script, it is NOT.
#
-BBSERVERROOT="/usr/lib64/xymon" # Where Xymon is installed - holds the server and bbvar sub-dirs.
+BBSERVERROOT="<%= lib_dir %>/xymon" # Where Xymon is installed - holds the server and bbvar sub-dirs.
BBSERVERLOGS="/var/log/xymon" # Directory for server logs. The hobbit user must have write-access here.
-HOBBITCLIENTHOME="/usr/lib64/xymon/client" # BBHOME directory for the client
+HOBBITCLIENTHOME="<%= lib_dir %>/xymon/client" # BBHOME directory for the client
BBSERVERHOSTNAME="xymon.<%= domain %>" # The hostname of your server
-BBSERVERIP="212.85.158.146" # The IP-address of your server. Use the real one, not 127.0.0.1 .
+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
-BBSERVERWWWNAME="xymon.mageia.org" # The name used for this hosts' webserver
+BBSERVERWWWNAME="xymon.<%= domain %>" # The name used for this hosts' webserver
BBSERVERWWWURL="/xymon" # The top URL for the Xymon webpages
BBSERVERCGIURL="/xymon-cgi" # The URL for the Xymon CGI scripts.
BBSERVERSECURECGIURL="/xymon-seccgi" # The URL for the secured Xymon CGI scripts.
@@ -68,7 +68,7 @@ CGIBINURL="$BBSERVERCGIURL" # URL prefix for the Xymon CGI-scripts - /cgi-bin
SECURECGIBINURL="$BBSERVERSECURECGIURL" # URL prefix for the secured Xymon CGI-scripts - /cgi-secure
# Locations of system-wide files and directories
-BBHOME="/usr/lib64/xymon/server" # The Xymon server directory, where programs and configurations go.
+BBHOME="<%= lib_dir %>/xymon/server" # The Xymon server directory, where programs and configurations go.
BBTMP="$BBHOME/tmp" # Directory used for temporary files.
BBHOSTS="$BBHOME/etc/bb-hosts" # The bb-hosts file
BB="$BBHOME/bin/bb" # The 'bb' client program