Module: check_mk
Branch: master
Commit: 63beea91233ec154dfe6b9162d8624e5d49c66bf
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=63beea91233ec1…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Sat Jan 22 14:23:13 2011 +0100
Updated bug entries
---
.bugs/98 | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/.bugs/98 b/.bugs/98
new file mode 100644
index 0000000..71ab2a2
--- /dev/null
+++ b/.bugs/98
@@ -0,0 +1,16 @@
+Title: Restart of Nagios makes Multisite murk
+Component: multisite
+Benefit: 2
+State: open
+Cost: 2
+Date: 2011-01-22 14:20:58
+Class: bug
+
+When Nagios is restarted (e.g. via WATO), then for a short time the
+Livestatus socket is gone. This leads to error messages in various
+places - e.g. snapins and also AJAX functions which produce jQuery
+errors.
+
+We need to find a solution for a cleaner handling of this. Couldn't
+be a site in the state "restarting". If yes - how can we detect such
+a state. The livestatus socket is missing in such a case.
Module: check_mk
Branch: master
Commit: 04538f6e36d8a3bf45117a4d9090a7aecde3df23
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=04538f6e36d8a3…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Sun Jan 16 10:59:48 2011 +0100
Updated bug entries
---
.bugs/96 | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/.bugs/96 b/.bugs/96
new file mode 100644
index 0000000..06ee32d
--- /dev/null
+++ b/.bugs/96
@@ -0,0 +1,14 @@
+Title: PNP Popup does not work with HTTP-Login on different host
+Component: multisite
+Benefit: 2
+State: open
+Cost: 2
+Date: 2011-01-16 10:57:40
+Class: bug
+
+In a multi site setup where the remote hosts are not transparently
+reachable via HTTP proxy but are directly connected by the browser,
+the user has to enter his login again for each remote site. While
+this is not nice, it works nevertheless.
+
+But: the PNP popups do *not* work, even after one is logged in.