Werk #313: Avoid duplicate reading of configuration file on --create-rrd
Component | Core & setup | ||
Title | Avoid duplicate reading of configuration file on --create-rrd | ||
Date | Dec 11, 2013 | ||
Level | Trivial Change | ||
Class | Bug Fix | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
The Check_MK Micro Core calls Check_MK with cmk --create-rrd --keepalive. That read in the configuration files (main.mk etc.) twice. This could have lead to various anomalities such as duplicate hosts when you have removed the default all_hosts = from your main.mk. This has been fixed now.