diff options
author | Dan Fandrich <danf@mageia.org> | 2024-02-16 09:21:08 -0800 |
---|---|---|
committer | Dan Fandrich <danf@mageia.org> | 2024-02-16 09:21:08 -0800 |
commit | f08ef6457fbaf15523b057db82518a85844813a2 (patch) | |
tree | c42dbd67cf3ece7394596141b9811a8358b64cd0 | |
parent | 808578789e9f2fb6ea1575252fb47f808d6c5407 (diff) | |
download | puppet-f08ef6457fbaf15523b057db82518a85844813a2.tar puppet-f08ef6457fbaf15523b057db82518a85844813a2.tar.gz puppet-f08ef6457fbaf15523b057db82518a85844813a2.tar.bz2 puppet-f08ef6457fbaf15523b057db82518a85844813a2.tar.xz puppet-f08ef6457fbaf15523b057db82518a85844813a2.zip |
Disable https: probes on friteuse
Use of https was disabled there as unnecessary in commit 56079da1.
-rw-r--r-- | modules/xymon/templates/bb-hosts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/xymon/templates/bb-hosts b/modules/xymon/templates/bb-hosts index 11faca83..7a3489dc 100644 --- a/modules/xymon/templates/bb-hosts +++ b/modules/xymon/templates/bb-hosts @@ -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 http://forums.<%= domain %>=<%= @nodes_ipaddr['friteuse']['ipv4'] %>/ %>/ group-compress Scaleway 163.172.148.228 neru.mageia.org # testip ssh dns ldap ldapssl smtp |