Module: check_mk
Branch: master
Commit: 31aeced02ab101256a22245327d11d5a851b31a5
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=31aeced02ab101…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Mon Mar 21 11:12:50 2016 +0100
Updated bug entries #2427
---
.bugs/2427 | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.bugs/2427 b/.bugs/2427
index 43b41b5..02b9939 100644
--- a/.bugs/2427
+++ b/.bugs/2427
@@ -1,12 +1,14 @@
Title: Converting existing custom user macro to "Make avaible in notifications" needs load/save
Component: wato
-State: open
+Class: bug
+State: done
Date: 2016-03-03 10:38:16
Targetversion: 1.2.8
-Class: bug
If you create a new custom user macro and assign a value for a user to it.
Then later you convert this macro to "Add as custom macro: [X] Make this
variable available in notifications" then you need to save the user profile
once again in order to make this effective. I assume that it is sufficiant
to save any one user to correctly save all macros.
+
+2016-03-21 11:12:48: changed state open -> done
Module: check_mk
Branch: master
Commit: 127149c008b52371f57f6ab9cb02dd6688100477
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=127149c008b523…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Mon Mar 21 10:56:10 2016 +0100
Updated bug entries #2426
---
.bugs/2426 | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/.bugs/2426 b/.bugs/2426
index 755e57e..b8a50e6 100644
--- a/.bugs/2426
+++ b/.bugs/2426
@@ -1,13 +1,19 @@
Title: Monitoring UP switchports for WARN sometimes breaks
Component: checks
-State: open
+Class: bug
+State: works4me
Date: 2016-03-02 13:10:47
Targetversion: 1.2.8
-Class: bug
If you setup Interfacemmonitoring (SNMP) in a way that an UP port
will be warned then sometimes the check will not detect this and
-stay OK - even in the port UP. Might or might not be due to
+stay OK - even in the port UP. Might or might not be due to
counter wraps.
If you restart the OMD site then the problem is gone.
+
+MK: I cannot reproduce this. The code looks OK. Not sure if this
+report is really authentic. If it happens again we can easiliy
+investigate then....
+
+2016-03-21 10:55:24: changed state open -> works4me
Module: check_mk
Branch: master
Commit: e971c3fbb199b2a87f01063158567e701116837a
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=e971c3fbb199b2…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Mon Mar 21 10:48:16 2016 +0100
Fix spelling of label
---
web/plugins/wato/check_parameters.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/plugins/wato/check_parameters.py b/web/plugins/wato/check_parameters.py
index bbf30a6..b830707 100644
--- a/web/plugins/wato/check_parameters.py
+++ b/web/plugins/wato/check_parameters.py
@@ -4138,7 +4138,7 @@ register_check_parameters(
ListChoice(
title = _("Allowed states:"),
choices = dict_choices(interface_oper_states)),
- title = _("Operational State"),
+ title = _("Operational state"),
help = _("If you activate the monitoring of the operational state (<tt>ifOperStatus</tt>) "
"the check will get warning or critical if the current state "
"of the interface does not match one of the expected states. Note: the status 9 (<i>admin down</i>) "
Module: check_mk
Branch: master
Commit: fa92dfbf97b572a83fb38d287959c09f4fd277bb
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=fa92dfbf97b572…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Mon Mar 21 10:47:23 2016 +0100
Updated bug entries #2425
---
.bugs/2425 | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.bugs/2425 b/.bugs/2425
index b2dd797..de6f274 100644
--- a/.bugs/2425
+++ b/.bugs/2425
@@ -2,7 +2,7 @@ Title: Permissions for views and dashboards inconsistent
Component: multisite
State: open
Date: 2016-03-01 09:58:31
-Targetversion: 1.2.8
+Targetversion: 1.2.9
Class: bug
1. Views und Dashboards:
@@ -18,3 +18,7 @@ Berechtigungs-Matrix angezeigt.
Dashboard - Edit:
Make this view available for all unsers wird nicht aktiviert ->
Dashboard wird in Berechtigungs-Matrix angezeigt.
+
+
+--> Fix this by using the new pagetypes principle also for
+dashboards and views.
Module: check_mk
Branch: master
Commit: 29bf36f8d1ed5404b81505f164bf877fe11060f8
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=29bf36f8d1ed54…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Mon Mar 21 10:39:55 2016 +0100
Updated bug entries #2423
---
.bugs/2423 | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.bugs/2423 b/.bugs/2423
index 82c269c..4e1a195 100644
--- a/.bugs/2423
+++ b/.bugs/2423
@@ -1,10 +1,13 @@
Title: NagVis does not work anymore because of gadget_type=img
Component: multisite
-State: open
+Class: bug
+State: done
Date: 2016-02-26 09:12:18
Targetversion: 1.2.8
-Class: bug
Nagvis geht nach dem Update nicht mehr da Links zu maps bis dahin das Attribut
gadget_type=img hatten, was nun nicht mehr erlaubt ist und zu einer Meldung
führt was die GUI blockiert. Entfernen der Werte löst das Problem.
+
+2016-03-21 10:39:54: changed state open -> done
+Lars has already fixed this.
Module: check_mk
Branch: master
Commit: af4d518ce5b4b7de694ea5d63e68d740637b9339
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=af4d518ce5b4b7…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Mon Mar 21 10:44:50 2016 +0100
3298 FIX winperf_processor.util: Fixed exception when CPU counters were not matched
---
.werks/3298 | 10 ++++++++++
ChangeLog | 1 +
checks/winperf_processor | 6 +++++-
3 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/.werks/3298 b/.werks/3298
new file mode 100644
index 0000000..01222a0
--- /dev/null
+++ b/.werks/3298
@@ -0,0 +1,10 @@
+Title: winperf_processor.util: Fixed exception when CPU counters were not matched
+Level: 1
+Component: checks
+Class: fix
+Compatible: compat
+State: unknown
+Version: 1.2.9i1
+Date: 1458553473
+
+
diff --git a/ChangeLog b/ChangeLog
index be4bac0..d58ab9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -91,6 +91,7 @@
* 3237 FIX: brocade_vdx_status: Fixed broken discovery
* 3238 FIX: if.include: Fixed handling of old-skool traffic limits
* 3104 FIX: ipmi: fixed crash when using summarized output with nagios backend
+ * 3298 FIX: winperf_processor.util: Fixed exception when CPU counters were not matched
Multisite:
* 3187 notification view: new filter for log command via regex
diff --git a/checks/winperf_processor b/checks/winperf_processor
index 7bdcdc3..3cffe38 100644
--- a/checks/winperf_processor
+++ b/checks/winperf_processor
@@ -59,9 +59,10 @@ def check_winperf_util(_no_item, params, info):
return
wrapped = False
-
+ matched = False
for line in winperf_lines:
if line[0] in what_map:
+ matched = True
what = what_map[line[0]]
# Windows sends one counter for each CPU plus one counter that
# sums up to total (called _Total). We only need that last value.
@@ -121,6 +122,9 @@ def check_winperf_util(_no_item, params, info):
else: # privileged
yield 0, "%s perc: %.1f %%" % (what, used_perc)
+ if not matched:
+ return
+
if wrapped:
# all counters initialized, NOW we can raise the exception
raise MKCounterWrapped("Counter wrap, skipping checks this time")
Module: check_mk
Branch: master
Commit: ca90f53b904109e87a8b4d0a00495a00f20c5a58
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=ca90f53b904109…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Mon Mar 21 10:38:28 2016 +0100
Updated bug entries #2422
---
.bugs/2422 | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/.bugs/2422 b/.bugs/2422
index e2c168f..571d837 100644
--- a/.bugs/2422
+++ b/.bugs/2422
@@ -1,10 +1,14 @@
Title: Discovery failed: No such file or directory: '/omd/sites/heute/var/check_mk/persisted/heute'
Component: core
-State: open
+Class: bug
+State: works4me
Date: 2016-02-24 15:51:18
Targetversion: 1.2.8
-Class: bug
Discovery failed: Exception in check plugin '3ware_disks': [Errno 2] No such file or directory: '/omd/sites/heute/var/check_mk/persisted/heute'
Reason unknown. The site was freshly started after a reboot of the system.
Maybe this was a race condition due to an empty tmpfs.
+
+2016-03-21 10:38:26: changed state open -> works4me
+There are only two place where this directory is touched. Both look
+clean in current code.
Module: check_mk
Branch: master
Commit: 708b7228b9e4d8f935c723357600cd0070921cfd
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=708b7228b9e4d8…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Mon Mar 21 10:32:18 2016 +0100
Updated bug entries #0861
---
.bugs/861 | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/.bugs/861 b/.bugs/861
index 5bd6adf..3f19877 100644
--- a/.bugs/861
+++ b/.bugs/861
@@ -1,9 +1,9 @@
Title: Reschedule Checks only affects some services from the list
Component: checks
-State: open
+Class: bug
+State: works4me
Date: 2016-02-09 15:31:09
Targetversion: 1.2.8
-Class: bug
Reschedule active checks like HW/SW Inventory doesn't work at all. If you
have for example 50 Services, only 12 where done. So you have to do it
@@ -12,3 +12,7 @@ multiple times until all checks are triggered.
mk: Maybe this could be the known problem that the CMC ignores all
but the first command if more commands are sent via Livestatus
in one write().
+
+2016-03-21 10:32:16: changed state open -> works4me
+Is probably the same problem as we had. Only first command was
+executed.