Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 7018
blob47b5b155c17d92b98120a4e0bd18897a13ab889b
1 Title: Livestatus can now be configured to connect via IPv6
2 Level: 2
3 Component: multisite
4 Compatible: compat
5 Edition: cre
6 Version: 1.6.0i1
7 Date: 1546113685
8 Class: feature
10 In previous versions it was not possible to connect the GUI to a remote site
11 via Livestatus using IPv6. This is now possible and can be configured from the
12 "Distributed Monitoring" configuration.
14 Technically this was prevented by several smaller things.
16 The internal Livestatus xinetd configuration now allows ::/0 besides 0.0.0.0 by
17 default. In case you have modified this setting and want to use IPv6, you may
18 have to add the IPv6 addresses of your choice to this option.
20 The site configuration GUI is now able to handle IPv6 addresses properly.
22 The internally used livestatus.py Livestatus client implementation supports
23 IPv6 now. Livestatus proxy can now connect to Livestatus via IPv6 and also the
24 cascading proxy feature, which is used to make the local unix socket of a site
25 available via the network, can now be used with IPv6 in addition to the already
26 existing IPv4 support.