Module: check_mk
Branch: master
Commit: 3184bf209725c5826df810db86bc6119d84f330b
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=3184bf209725c5…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Tue Mar 1 15:19:51 2016 +0100
Added helper function to tell caller that this the current request is an API call, not rendering output to HTML
---
web/htdocs/htmllib.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/web/htdocs/htmllib.py b/web/htdocs/htmllib.py
index 4644683..a24fa4f 100644
--- a/web/htdocs/htmllib.py
+++ b/web/htdocs/htmllib.py
@@ -135,6 +135,9 @@ class html(GUITester):
def is_mobile(self):
return self.mobile
+ def is_api_call(self):
+ return self.output_format != "html"
+
def get_user_agent(self):
raise MKGeneralException("get_user_agent not implemented")
Module: check_mk
Branch: master
Commit: 0b199900f2f80503584ff46529009bdd348edafc
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=0b199900f2f805…
Author: Andreas Boesl <ab(a)mathias-kettner.de>
Date: Tue Mar 1 11:48:13 2016 +0100
#2999 The contact name is now included in Event Console notifications
The contact name is available in the environment variable NOTIFY_EC_CONTACT.
---
.werks/2999 | 9 +++++++++
ChangeLog | 1 +
2 files changed, 10 insertions(+)
diff --git a/.werks/2999 b/.werks/2999
new file mode 100644
index 0000000..5a64ded
--- /dev/null
+++ b/.werks/2999
@@ -0,0 +1,9 @@
+Title: The contact name is now included in Event Console notifications
+Level: 1
+Component: ec
+Compatible: compat
+Version: 1.2.9i1
+Date: 1456829159
+Class: feature
+
+The contact name is available in the environment variable NOTIFY_EC_CONTACT.
diff --git a/ChangeLog b/ChangeLog
index 2074fb5..34e38aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -88,6 +88,7 @@
* 3249 FIX: Fix missing filter for non-OK services when report is called via context button
Event Console:
+ * 2999 The contact name is now included in Event Console notifications...
* 3058 FIX: Event Console is now allowing non loadable MIB modules on startup...
Livestatus:
Module: check_mk
Branch: master
Commit: 90da7e6d480557bec797233e860991fb23a1b96e
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=90da7e6d480557…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Tue Mar 1 11:17:34 2016 +0100
Updated bug entries #2460
---
.bugs/2460 | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.bugs/2460 b/.bugs/2460
new file mode 100644
index 0000000..c8b9b7a
--- /dev/null
+++ b/.bugs/2460
@@ -0,0 +1,8 @@
+Title: BI Aggregation tree is not rendered in PDF reports
+Component: multisite
+State: open
+Date: 2016-03-01 11:16:33
+Targetversion: 1.2.8
+Class: bug
+
+The content of the BI tree state is only shown as text. The HTML tags are stripped of the painter.