Module: check_mk
Branch: master
Commit: 87bb5cba91804e486d6b55754296e5c76fe0e7d9
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=87bb5cba91804e…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Tue Jul 19 11:58:51 2016 +0200
Updated bug entries #2499
---
.bugs/2499 | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/.bugs/2499 b/.bugs/2499
new file mode 100644
index 0000000..1ffc8e1
--- /dev/null
+++ b/.bugs/2499
@@ -0,0 +1,19 @@
+Title: Error in check plugins breaks automation for package info
+Component: core
+State: open
+Date: 2016-07-19 11:56:45
+Targetversion: future
+Class: nastiness
+
+I did:
+
+1. Installed an MKP via WATO
+2. Dissolved the files
+3. Manually began to delete one after the other
+
+As soon as I've deleted some foo.include - the automation for the package
+information would stop working sind load_checks() in check_mk.py unconditionally
+exists (sys.exit(5)) when a check plugin cannot be loaded.
+
+Better output just a warning and suppress this warning when in
+automation mode.