Module: check_mk
Branch: master
Commit: e94edf469a33bdaa3f6519065506343c9ccb1f02
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=e94edf469a33bd…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Fri Sep 27 11:21:00 2013 +0200
Updated bug entries #0992, #0993, #0994, #0995, #0991
---
.bugs/991 | 10 ++++++++++
.bugs/992 | 10 ++++++++++
.bugs/993 | 10 ++++++++++
.bugs/994 | 11 +++++++++++
.bugs/995 | 11 +++++++++++
5 files changed, 52 insertions(+)
diff --git a/.bugs/991 b/.bugs/991
new file mode 100644
index 0000000..d5513ab
--- /dev/null
+++ b/.bugs/991
@@ -0,0 +1,10 @@
+Title: LDAP Updates creates Auditlog entries with random user names
+Component: multisite
+State: open
+Date: 2013-09-27 11:02:23
+Targetversion: 1.2.3i3
+Class: nastiness
+
+Due to the cache every couple of minutes a random user might trigger
+an LDAP update and thus an entry in the audit log with his/her username.
+Better leave the user empty here or add some dummy entry.
diff --git a/.bugs/992 b/.bugs/992
new file mode 100644
index 0000000..0ff5aef
--- /dev/null
+++ b/.bugs/992
@@ -0,0 +1,10 @@
+Title: Notification spooling: only for certain plugin types or users
+Component: core
+State: open
+Date: 2013-09-27 11:15:30
+Targetversion: 1.4.0
+Class: feature
+
+It would be helpful if the notification spooling to a central
+site could selectively be configured on a per-users and/or
+per check-type base.
diff --git a/.bugs/993 b/.bugs/993
new file mode 100644
index 0000000..e5a1de2
--- /dev/null
+++ b/.bugs/993
@@ -0,0 +1,10 @@
+Title: Notification spooling: deliver locally in case of an error
+Component: core
+State: open
+Date: 2013-09-27 11:16:24
+Targetversion: future
+Class: feature
+
+Currently there is a setting "also deliver locally". Nice would be
+a third choice: "also deliver locally in case the central site cannot be reached
+and make this text shorter in the first place."
diff --git a/.bugs/994 b/.bugs/994
new file mode 100644
index 0000000..eab916c
--- /dev/null
+++ b/.bugs/994
@@ -0,0 +1,11 @@
+Title: Notification digest
+Component: core
+State: open
+Date: 2013-09-27 11:17:40
+Targetversion: future
+Class: feature
+
+It would be nice if a user could have a "notification digest"
+instead of one notification per problem. Something like in
+mailinglists. If we implement such a feature, then the digest
+should be on a per-checktype-base.
diff --git a/.bugs/995 b/.bugs/995
new file mode 100644
index 0000000..b6bde05
--- /dev/null
+++ b/.bugs/995
@@ -0,0 +1,11 @@
+Title: EC: owner field is not being used
+Component: ec
+State: open
+Date: 2013-09-27 11:18:36
+Targetversion: future
+Class: nastiness
+
+The EC has a field "owner" for each event. When is this field
+being used? I fear that it isn't used at all. We could use this
+in order to store the name of the last one that has updated
+the event.