diff options
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 |