Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 3466
blob726c3ace9fb2a1e771d971c4dd669b3b8fd04e3e
1 Title: Logwatch pages now work in distributed environment without HTTH reverse proxy
2 Level: 2
3 Component: multisite
4 Compatible: compat
5 Version: 1.4.0i1
6 Date: 1462200919
7 Class: feature
9 The web pages for viewing and acknowledging files from logwatch checks now no longer
10 need a HTTP reverse proxy setup but simply work. The use Livestatus - just like the
11 other status data. This means that in the Enterprise Edition you can now drop the
12 reverse proxying totally. In the Raw Edition you still need it for the performance
13 graphs from PNP4Nagios.
15 In a manual setup you need to tell the Livestatus Nagios-Module where it finds
16 the logwatch files with the option <tt>mk_logwatch_path=.....</tt>. Specify the
17 absolute path to the base directory where Check_MK stores the logwatch files.
18 This path always ends with <tt>/logwatch</tt>.
20 Note: You need to update Livestatus / Check_MK on all remote sites. If you just
21 update the central site then the logwatch GUI will stop working.