aboutsummaryrefslogtreecommitdiffstats
path: root/modules/xymon
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2024-01-25 12:17:54 -0800
committerDan Fandrich <danf@mageia.org>2024-01-25 13:28:58 -0800
commit94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0 (patch)
tree61a58199404c402d799e1f3bbbf969d482e5ef6c /modules/xymon
parent5f6f124d960df9a808f43aa6a6b637b9d26f802e (diff)
downloadpuppet-94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0.tar
puppet-94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0.tar.gz
puppet-94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0.tar.bz2
puppet-94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0.tar.xz
puppet-94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0.zip
Switch links to https: where possible
All these point to valid https: resources, but there is a small chance that some unusual interaction will cause it not to work. Some of these changes also won't take effect until the server is restarted, so we'll need to keep this in mind if failures occur long from now.
Diffstat (limited to 'modules/xymon')
-rw-r--r--modules/xymon/templates/hobbitserver.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/xymon/templates/hobbitserver.cfg b/modules/xymon/templates/hobbitserver.cfg
index deb15608..a5a7aacf 100644
--- a/modules/xymon/templates/hobbitserver.cfg
+++ b/modules/xymon/templates/hobbitserver.cfg
@@ -58,7 +58,7 @@ MACHINEDOTS="$BBSERVERHOSTNAME" # This systems hostname
MACHINEADDR="$BBSERVERIP" # This systems IP-address
# URL's generated/used by bbgen
-BBWEBHOST="http://$BBSERVERWWWNAME" # Just the host part of the URL - http://www.foo.com
+BBWEBHOST="https://$BBSERVERWWWNAME" # Just the host part of the URL - http://www.foo.com
BBWEBHOSTURL="$BBWEBHOST$BBSERVERWWWURL" # Prefix for all static Xymon pages - http://www.foo.com/bb
BBWEBHTMLLOGS="$BBWEBHOSTURL/html" # Prefix for the Xymon HTML logs (only if BBLOGSTATUS=STATIC)
BBWEB="$BBSERVERWWWURL" # Xymon URL prefix without the host part