From eb04f63d8ba7a4e35c97fbc54d86ea77c28cd87c Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 20 Dec 2023 13:15:48 -0800 Subject: 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. --- modules/xymon/templates/bb-hosts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules') 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 -- cgit v1.2.1