Module: check_mk
Branch: master
Commit: 84c852195a28940f0a1caa3e067cecf45359ac8b
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=84c852195a2894…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Wed Feb 22 15:27:48 2017 +0100
Updated bug entries #2818
Change-Id: I0cba2032fcbe972af98dbb3fabee4a25b87d79af
---
.bugs/2818 | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/.bugs/2818 b/.bugs/2818
index 1914fb2..65dbf4f 100644
--- a/.bugs/2818
+++ b/.bugs/2818
@@ -2,7 +2,7 @@ Title: Old host rrd directory is created even when using new one
Component: core
State: open
Date: 2016-04-05 17:04:56
-Targetversion: 1.2.8
+Targetversion: 1.4.0
Class: bug
Unsure where the issue is located, but what happens is:
@@ -14,3 +14,8 @@ Unsure where the issue is located, but what happens is:
This is done even when var/check_mk/rrd/[hostname] is used
for storing the RRD files.
+
+----
+
+This is done by Perfdatabase::getPNPBase() which class makeDirectory(base).
+TODO(sp): Please investigate and clean this up.