Addition to 7017: Made liveproxy TLS aware
[check_mk.git] / .werks / 313
blob8a9ccf2a14b8f3a8c2e96661739ea3daa4b21f39
1 Title: Avoid duplicate reading of configuration file on --create-rrd
2 Level: 1
3 Component: core
4 Class: fix
5 State: unknown
6 Version: 1.2.5i1
7 Date: 1386770107
8 Targetversion: future
10 The Check_MK Micro Core calls Check_MK with <tt>cmk --create-rrd --keepalive</tt>.
11 That read in the configuration files (<tt>main.mk</tt> etc.) twice. This could have
12 lead to various anomalities such as duplicate hosts when you have removed the
13 default <tt>all_hosts = </tt> from your <tt>main.mk</tt>. This has been fixed now.