Module: check_mk
Branch: master
Commit: 637016c7b3151bf4fcb9a7a028969132f75f341b
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=637016c7b3151b…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Tue Oct 27 17:16:14 2015 +0100
Updated bug entries #2382
---
.bugs/2382 | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/.bugs/2382 b/.bugs/2382
new file mode 100644
index 0000000..61d5282
--- /dev/null
+++ b/.bugs/2382
@@ -0,0 +1,10 @@
+Title: If check files are available in local, we must not read in those in share!
+Component: core
+State: open
+Date: 2015-10-27 17:14:55
+Targetversion: future
+Class: bug
+
+When creating precompiled Nagios files this is already exactly the implemented
+behaviour. But when you run cmk -v or CMC then *both* files are being read.
+This can lead to a different (wrong) behaviour.