diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2023-12-20 13:15:48 -0800 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2023-12-20 13:32:28 -0800 |
commit | eb04f63d8ba7a4e35c97fbc54d86ea77c28cd87c (patch) | |
tree | 8d55d78441d3ded8193a6b0f3c4f15960f716661 /modules | |
parent | b4fa54f1aeda82458a77a25c3b68ad9baa55c25e (diff) | |
download | puppet-eb04f63d8ba7a4e35c97fbc54d86ea77c28cd87c.tar puppet-eb04f63d8ba7a4e35c97fbc54d86ea77c28cd87c.tar.gz puppet-eb04f63d8ba7a4e35c97fbc54d86ea77c28cd87c.tar.bz2 puppet-eb04f63d8ba7a4e35c97fbc54d86ea77c28cd87c.tar.xz puppet-eb04f63d8ba7a4e35c97fbc54d86ea77c28cd87c.zip |
Fix the xymon tests of forums.mageia.org
The reverse proxy test hard-coded the address of the obsolete alamut
server. Enable SNI on probes so that friteuse returns the correct
certificate. Get the addresses from the configuration instead of
hard-coding them.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/xymon/templates/bb-hosts | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/xymon/templates/bb-hosts b/modules/xymon/templates/bb-hosts index de5ffb3d..5eb88878 100644 --- a/modules/xymon/templates/bb-hosts +++ b/modules/xymon/templates/bb-hosts @@ -21,7 +21,8 @@ page visible Visible Services 0.0.0.0 svnweb.<%= domain %> # http://svnweb.<%= domain %> 0.0.0.0 epoll.<%= domain %> # https://epoll.<%= domain %> 0.0.0.0 planet.<%= domain %> # http://planet.<%= domain %> -0.0.0.0 forums.<%= domain %> # https://forums.<%= domain %>=212.85.158.146/ +# This checks the public reverse proxy +0.0.0.0 forums.<%= domain %> # sni https://forums.<%= domain %>=<%= $::nodes_ipaddr['sucuk']['ipv4'] %>/ 0.0.0.0 check.<%= domain %> # http://check.<%= domain %> 0.0.0.0 pkgsubmit.<%= domain %> # http://pkgsubmit.<%= domain %> 0.0.0.0 bcd.<%= domain %> # http://bcd.<%= domain %> @@ -39,7 +40,7 @@ group-compress Marseille 212.85.158.153 duvel.<%= domain %> # testip ssh rsync svn git ldapssl ldap group-compress VM Sucuk -192.168.122.131 friteuse.<%= domain %> # testip ssh http://forums.<%= domain %>=192.168.122.131/ https://forums.<%= domain %>=192.168.122.131/ +192.168.122.131 friteuse.<%= domain %> # testip ssh sni http://forums.<%= domain %>=<%= $::nodes_ipaddr['friteuse']['ipv4'] %>/ https://forums.<%= domain %>=<%= $::nodes_ipaddr['friteuse']['ipv4'] %>/ group-compress Scaleway 163.172.148.228 neru.mageia.org # testip ssh dns ldap ldapssl smtp |