Module: check_mk
Branch: master
Commit: 935c8f999e05b3f50e6b4e0334bce51b16225e1e
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=935c8f999e05b3…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu Jan 22 09:48:24 2015 +0100
Testcommit
---
ChangeLog | 1 +
1 file changed, 1 insertion(+)
diff --git a/ChangeLog b/ChangeLog
index 03f8db7..ab7d841 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -166,6 +166,7 @@
* 1855 esx_systeminfo: new inventory plugin to retrieve info about the host operating system for ESX servers
* 1851 FIX: win_exefiles: inventory check can now handle time stamps in us english locale
+
1.2.6b1:
Core & Setup:
* 1439 mk-job: now also available on solaris systems...
Module: check_mk
Branch: master
Commit: 64273f79d368c80bf7439e390f233f47e4691b75
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=64273f79d368c8…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu Jan 22 09:47:21 2015 +0100
Testcommit
---
ChangeLog | 1 -
1 file changed, 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index ab7d841..03f8db7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -166,7 +166,6 @@
* 1855 esx_systeminfo: new inventory plugin to retrieve info about the host operating system for ESX servers
* 1851 FIX: win_exefiles: inventory check can now handle time stamps in us english locale
-
1.2.6b1:
Core & Setup:
* 1439 mk-job: now also available on solaris systems...
Module: check_mk
Branch: master
Commit: c098b97a2c6f7ca63729bcd1d7576c24ffbbc195
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=c098b97a2c6f7c…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu Jan 22 08:58:27 2015 +0100
#1874 FIX ps: Old process inventory configurations work now again
Since werk #1563 we migrated the way the process inventory is being
configured.
The intention was that old style configurations remain working after
an upgrade. This compatibility was broken and has been fixed again.
---
.werks/1874 | 14 ++++++++++++++
ChangeLog | 3 +--
checks/ps.include | 3 ++-
3 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/.werks/1874 b/.werks/1874
new file mode 100644
index 0000000..c41e8f9
--- /dev/null
+++ b/.werks/1874
@@ -0,0 +1,14 @@
+Title: ps: Old process inventory configurations work now again
+Level: 1
+Component: checks
+Class: fix
+Compatible: compat
+State: unknown
+Version: 1.2.7i1
+Date: 1421913153
+
+Since werk #1563 we migrated the way the process inventory is being
+configured.
+
+The intention was that old style configurations remain working after
+an upgrade. This compatibility was broken and has been fixed again.
diff --git a/ChangeLog b/ChangeLog
index 0016eb1..ab7d841 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -50,8 +50,6 @@
NOTE: Please refer to the migration notes!
* 1673 netapp_volumes: now able to configure levels by magic factor
* 1854 netscaler_tcp_conns: new check to monitor tcp connections on Citrix Netscaler Loadbalancer Appliances
- * 1888 bintec_sensors.fan: No longer outputs performance data, now configured via "fan" rule...
- NOTE: Please refer to the migration notes!
* 1857 ibm_svc_portsas: new check and extended special agent for IBM SVC / Storwize V3700 / V7000 devices
* 1457 FIX: logins: new check renamed from "users" check...
NOTE: Please refer to the migration notes!
@@ -101,6 +99,7 @@
NOTE: Please refer to the migration notes!
* 1671 FIX: windows agent: fixed gaps in eventlog monitoring after agent restart...
* 1856 FIX: ibm_svc_array ibm_svc_mdisk ibm_svc_mdiskgrp ibm_svc_portfc: made checks more robust for varying number of parameters of IBM SVC agent plugin...
+ * 1874 FIX: ps: Old process inventory configurations work now again...
Multisite:
* 1758 Improved exception hander: Shows details without additional debug request, added mailto link for error report...
diff --git a/checks/ps.include b/checks/ps.include
index bcb8de7..5f9b1f1 100644
--- a/checks/ps.include
+++ b/checks/ps.include
@@ -74,7 +74,8 @@ def inventory_ps_common(invdata, invrules, info):
entries.append((v['descr'], v['match'], v.get('user')))
- for servicedesc, pattern, userspec in entries:
+ for entry in entries:
+ servicedesc, pattern, userspec = entry[:3]
num_perc_s = servicedesc.count("%s")
for line in info:
# First entry in line is the node name or None for non-clusters
Module: check_mk
Branch: master
Commit: dbc3d5c8ea6850e5e6489dc15591ec99894894b6
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=dbc3d5c8ea6850…
Author: Konstantin Büttner <kb(a)mathias-kettner.de>
Date: Wed Jan 21 18:29:34 2015 +0100
Updated Changelog
---
.werks/1526 | 10 ----------
.werks/1888 | 9 ---------
ChangeLog | 2 --
3 files changed, 21 deletions(-)
diff --git a/.werks/1526 b/.werks/1526
deleted file mode 100644
index 35a4d12..0000000
--- a/.werks/1526
+++ /dev/null
@@ -1,10 +0,0 @@
-Title: climaveneta_fan: No longer outputs performance data, now configured via "fan" rule
-Level: 1
-Component: checks
-Compatible: incomp
-Version: 1.2.7i1
-Date: 1421850987
-Class: feature
-
-This check is now configured via a different WATO rule, so any old rules set will
-no longer apply.
diff --git a/.werks/1888 b/.werks/1888
deleted file mode 100644
index 126fcfe..0000000
--- a/.werks/1888
+++ /dev/null
@@ -1,9 +0,0 @@
-Title: bintec_sensors.fan: No longer outputs performance data, now configured via "fan" rule
-Level: 1
-Component: checks
-Compatible: incomp
-Version: 1.2.7i1
-Date: 1421853099
-Class: feature
-
-This check is now configured via a different WATO rule, so any old rules set will no longer apply.
diff --git a/ChangeLog b/ChangeLog
index 7281e67..0016eb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -50,8 +50,6 @@
NOTE: Please refer to the migration notes!
* 1673 netapp_volumes: now able to configure levels by magic factor
* 1854 netscaler_tcp_conns: new check to monitor tcp connections on Citrix Netscaler Loadbalancer Appliances
- * 1526 climaveneta_fan: No longer outputs performance data, now configured via "fan" rule...
- NOTE: Please refer to the migration notes!
* 1888 bintec_sensors.fan: No longer outputs performance data, now configured via "fan" rule...
NOTE: Please refer to the migration notes!
* 1857 ibm_svc_portsas: new check and extended special agent for IBM SVC / Storwize V3700 / V7000 devices