Module: check_mk
Branch: master
Commit: 7a7e2c53a242d94c213c52bfba1d846e0f6ebe53
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=7a7e2c53a242d9…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Mon May 2 13:24:04 2016 +0200
Reclassified some bugs
---
.bugs/2461 | 2 +-
.bugs/2487 | 2 +-
livestatus/src/Store.cc | 1 +
web/htdocs/sites.py | 1 +
4 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/.bugs/2461 b/.bugs/2461
index 5c37818..4724f48 100644
--- a/.bugs/2461
+++ b/.bugs/2461
@@ -2,7 +2,7 @@ Title: Predictive icon for Interface outbound traffic missing
Component: multisite
State: open
Date: 2016-04-05 16:25:10
-Targetversion: 1.2.8
+Targetversion: 1.2.8p1
Class: bug
There is only one icon created by the icon plugin for the first
diff --git a/.bugs/2487 b/.bugs/2487
index 775ec15..658ba91 100644
--- a/.bugs/2487
+++ b/.bugs/2487
@@ -2,7 +2,7 @@ Title: Availability: Changing time range of an annotation duplicates it
Component: multisite
State: open
Date: 2016-04-07 16:50:29
-Targetversion: 1.2.8
+Targetversion: 1.2.8p1
Class: bug
The start/end is used as a key. If you edit an existing annotation and
diff --git a/livestatus/src/Store.cc b/livestatus/src/Store.cc
index 9659154..e293188 100644
--- a/livestatus/src/Store.cc
+++ b/livestatus/src/Store.cc
@@ -180,6 +180,7 @@ bool Store::answerRequest(InputBuffer *input, OutputBuffer *output) {
}
void Store::answerCommandRequest(const char *command) {
+ logger(LOG_WARNING, "Das Kommando ist [%s]", command);
lock_guard<mutex> lg(_command_mutex);
#ifdef NAGIOS4
process_external_command1((char *)command);
diff --git a/web/htdocs/sites.py b/web/htdocs/sites.py
index 41bd63c..176110f 100644
--- a/web/htdocs/sites.py
+++ b/web/htdocs/sites.py
@@ -97,6 +97,7 @@ def connect_multiple_sites():
"program_start" : ps,
"num_hosts" : num_hosts,
"num_services" : num_services,
+ "core" : v2.startswith("Check_MK") and
"cmc" or "nagios",
})
_live.set_prepend_site(False)