Module: check_mk
Branch: master
Commit: 3fb316d77958d8ff5ab72f0e4b3026f9a15de9e8
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=3fb316d77958d8…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Wed May 7 11:57:07 2014 +0200
Updated bug entries #2154
---
.bugs/2154 | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/.bugs/2154 b/.bugs/2154
new file mode 100644
index 0000000..e286e45
--- /dev/null
+++ b/.bugs/2154
@@ -0,0 +1,20 @@
+Title: Online-Status of users not correct
+Component: wato
+State: open
+Date: 2014-05-07 11:52:58
+Targetversion: 1.2.5i1
+Class: bug
+
+In the WATO users page there is a gray or green ball that indicates
+wether a user is currently online. This is assumed to work as follows:
+
+- every time a user calls a page his file var/check_mk/web/USER/last_seen.mk
+ is being updated
+- If the timestamp in that file is not older then config.user_online_maxage seconds
+ the user is assumed to be online
+
+In one larger customer site that feature didn't work. I've changed the value to
10 minutes.
+At least 50 users where active, but just a couple being displayed as online. It could be
+the case that some cache prohibits the correct update of the last_seen information in
+WATO, so that the last_seen.mk files are not being loaded and an old state of them being
+used.