Module: check_mk
Branch: master
Commit: 1e45026257167159bbbd60a0a442d10d342e4a78
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=1e450262571671…
Author: Marcel Arentz <ma(a)mathias-kettner.de>
Date: Mon Feb 5 15:15:38 2018 +0100
Added bug/nastiness regarding disabled services
Change-Id: I617bb6f3c1379bbcc874de531e2ad93e7f282dc1
---
.bugs/2974 | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.bugs/2974 b/.bugs/2974
new file mode 100644
index 0000000..cf0b3ce
--- /dev/null
+++ b/.bugs/2974
@@ -0,0 +1,8 @@
+Title: Services marked as vanished even if they have been disabled previously
+Component: checks
+State: open
+Date: 2018-02-05 15:12:29
+Targetversion: 1.4.0
+Class: nastiness
+
+Even if a service has been disabled previously it will be marked as vanished and the
service "Check_MK Discovery" will change to WARN. The expected behaviour would
be to silently dissappear these disabled services.