1 Title: Avoid duplicate reading of configuration file on --create-rrd
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.