diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/xymon/templates/bb-hosts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/xymon/templates/bb-hosts b/modules/xymon/templates/bb-hosts index 5eb88878..11faca83 100644 --- a/modules/xymon/templates/bb-hosts +++ b/modules/xymon/templates/bb-hosts @@ -22,7 +22,7 @@ page visible Visible Services 0.0.0.0 epoll.<%= domain %> # https://epoll.<%= domain %> 0.0.0.0 planet.<%= domain %> # http://planet.<%= domain %> # This checks the public reverse proxy -0.0.0.0 forums.<%= domain %> # sni https://forums.<%= domain %>=<%= $::nodes_ipaddr['sucuk']['ipv4'] %>/ +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 %> @@ -40,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 sni http://forums.<%= domain %>=<%= $::nodes_ipaddr['friteuse']['ipv4'] %>/ https://forums.<%= domain %>=<%= $::nodes_ipaddr['friteuse']['ipv4'] %>/ +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 |