Module: check_mk
Branch: master
Commit: 23af3e83e3fc1eadc057ecf4a9ffe55e5e741a3e
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=23af3e83e3fc1e…
Author: Sebastian Herbord <sh(a)mathias-kettner.de>
Date: Mon Aug 31 16:35:10 2015 +0200
Updated bug entries #2360, #2361, #2357, #2358, #2359
---
.bugs/2357 | 8 ++++++++
.bugs/2358 | 8 ++++++++
.bugs/2359 | 9 +++++++++
.bugs/2360 | 8 ++++++++
.bugs/2361 | 8 ++++++++
5 files changed, 41 insertions(+)
diff --git a/.bugs/2357 b/.bugs/2357
new file mode 100644
index 0000000..0608c16
--- /dev/null
+++ b/.bugs/2357
@@ -0,0 +1,8 @@
+Title: Host and Service View with Layout "Matrix" are broken
+Component: multisite
+State: open
+Date: 2015-08-31 15:37:56
+Targetversion: 1.2.7
+Class: bug
+
+"Edit View" on a host or service view allows the user to select
"Matrix" as the Basic Layout. This layout however presents the data in a
completely unreadable way, apparently mixing data from different elements into one field
and leaving out most most rows. There is no indication visible to the user that this
layout can't be used in this way.
diff --git a/.bugs/2358 b/.bugs/2358
new file mode 100644
index 0000000..68b85c3
--- /dev/null
+++ b/.bugs/2358
@@ -0,0 +1,8 @@
+Title: "Invalid check parameter" error in "Check Parameters" column
in wato
+Component: wato
+State: open
+Date: 2015-08-31 16:05:11
+Targetversion: 1.2.7
+Class: bug
+
+In the service list of a host in wato, if the "Show check parameters" button is
pressed, many checks (i.e. cpu.loads, mounts) only show an error message in the new
column: "Invalid check parameter: ..."
\ No newline at end of file
diff --git a/.bugs/2359 b/.bugs/2359
new file mode 100644
index 0000000..1f5c04a
--- /dev/null
+++ b/.bugs/2359
@@ -0,0 +1,9 @@
+Title: Quotes in generated confirmation messages are htmlized incorrectly
+Component: multisite
+State: open
+Date: 2015-08-31 16:18:23
+Targetversion: 1.2.7
+Class: bug
+
+Apparently the mechanism to convert " into " is incorrect or applied in
places where this isn't required. One reproducable example is when hitting the
"Send monitoring notification" button in the Event Console the confirmation
message is "Do you really want to execute that action "Send monitoring
notification" the following 1 Event Console Events?".
+Apart from the that the grammer is quite bad imho.
\ No newline at end of file
diff --git a/.bugs/2360 b/.bugs/2360
new file mode 100644
index 0000000..9078342
--- /dev/null
+++ b/.bugs/2360
@@ -0,0 +1,8 @@
+Title: "Fake check results" on hosts doesn't work
+Component: multisite
+State: open
+Date: 2015-08-31 16:26:06
+Targetversion: 1.2.7
+Class: bug
+
+The "Fake check results" feature on hosts allows to set the status of the host
to "up", "down" or "unreachable" but this has no effect, the
host status stays as it was.
\ No newline at end of file
diff --git a/.bugs/2361 b/.bugs/2361
new file mode 100644
index 0000000..9688b63
--- /dev/null
+++ b/.bugs/2361
@@ -0,0 +1,8 @@
+Title: User without the permission "Use Check_MK sidebar" has a white bar on
the left
+Component: multisite
+State: open
+Date: 2015-08-31 16:30:26
+Targetversion: 1.2.7
+Class: nastiness
+
+If a user logs in who doesn't have the permission "Use Check_MK sidebar",
the page is displayed with a huge white bar where the sidebar is supposed to be. This
looks hideous. What's more: He also doesn't have a logout button or the button to
his profile that would allow him to change his password.