Module: check_mk
Branch: master
Commit: db918828513c1ad04604d41ab352c905bc16e665
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=db918828513c1a…
Author: Andreas Boesl <ab(a)mathias-kettner.de>
Date: Fri Mar 18 14:00:14 2016 +0100
3013 FIX Inventory: snmp inventory plugins never use cached data
This fixes a bug where inventory data from snmp devices
got cached indefinitely and was never updated.
---
.werks/3013 | 11 +++++++++++
ChangeLog | 1 +
modules/inventory.py | 9 ++++++---
3 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/.werks/3013 b/.werks/3013
new file mode 100644
index 0000000..8c3e2a1
--- /dev/null
+++ b/.werks/3013
@@ -0,0 +1,11 @@
+Title: Inventory: snmp inventory plugins never use cached data
+Level: 1
+Component: inv
+Class: fix
+Compatible: compat
+State: unknown
+Version: 1.2.9i1
+Date: 1458305923
+
+This fixes a bug where inventory data from snmp devices
+got cached indefinitely and was never updated.
diff --git a/ChangeLog b/ChangeLog
index 62986d3..c163cf5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -180,6 +180,7 @@
* 3229 FIX: lnx_distro: SLES based systems have now an OS name inventorized\
* 3265 FIX: mk_inventory.solaris: fix problem on Solaris 10, do prtdiag and prtpicl only in global zone
* 3289 FIX: Fixed missing filters in HW-/SW-Inventory views after editing the view...
+ * 3013 FIX: Inventory: snmp inventory plugins never use cached data...
1.2.8b1:
diff --git a/modules/inventory.py b/modules/inventory.py
index 83d2711..f5dcf97 100644
--- a/modules/inventory.py
+++ b/modules/inventory.py
@@ -241,11 +241,14 @@ def do_inv_for(hostname):
for info_type, plugin in inv_info.items():
# Skip SNMP sections that are not supported by this device
- if check_uses_snmp(info_type) and info_type not in snmp_check_types:
- continue
+ use_caches = True
+ if check_uses_snmp(info_type):
+ use_caches = False
+ if info_type not in snmp_check_types:
+ continue
try:
- info = get_info_for_discovery(hostname, ipaddress, info_type, use_caches=True)
+ info = get_info_for_discovery(hostname, ipaddress, info_type, use_caches=use_caches)
except Exception, e:
if str(e):
raise # Otherwise simply ignore missing agent section
Module: check_mk
Branch: master
Commit: 62fc6e47388c2308700f753ebb40681f96562791
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=62fc6e47388c23…
Author: Sven Rueß <sr(a)mathias-kettner.de>
Date: Fri Mar 18 13:19:58 2016 +0100
New bug in WATO Agent Bakery
---
.bugs/2491 | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.bugs/2491 b/.bugs/2491
new file mode 100644
index 0000000..c893897
--- /dev/null
+++ b/.bugs/2491
@@ -0,0 +1,8 @@
+Title: Rules of Monitoring Agents are applied to GENERIC host
+Component: wato
+State: open
+Date: 2016-03-18 13:15:47
+Targetversion: 1.2.8
+Class: bug
+
+All rules of the Agent Bakery are applied to the default host GENERIC. Although there are conditions like hostname or tags.
Module: check_mk
Branch: master
Commit: 125ff8a0fd59b64ead2ce92a9b6948f717350145
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=125ff8a0fd59b6…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Fri Mar 18 11:34:00 2016 +0100
Updated bug entries #2481, #2482
---
.bugs/2481 | 9 +++++++++
.bugs/2482 | 9 +++++++++
2 files changed, 18 insertions(+)
diff --git a/.bugs/2481 b/.bugs/2481
new file mode 100644
index 0000000..461e3b7
--- /dev/null
+++ b/.bugs/2481
@@ -0,0 +1,9 @@
+Title: WATO CSV-Import: no error handling in case of empty/missing file
+Component: wato
+State: open
+Date: 2016-03-18 11:32:29
+Targetversion: 1.2.8
+Class: bug
+
+it is possible to not select any file. Nevertheless you come to the next screen
+which is obviously useless.
diff --git a/.bugs/2482 b/.bugs/2482
new file mode 100644
index 0000000..a8d70b5
--- /dev/null
+++ b/.bugs/2482
@@ -0,0 +1,9 @@
+Title: WATO CSV-Import: Header "None" in case of no header
+Component: wato
+State: open
+Date: 2016-03-18 11:33:25
+Targetversion: 1.2.8
+Class: nastiness
+
+If no header line has been selected, then the header should not be displayed at all,
+instead of "None".
Module: check_mk
Branch: master
Commit: 6249a5475d91f48d6e151f890d0724c1cc923328
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=6249a5475d91f4…
Author: Sven Rueß <sr(a)mathias-kettner.de>
Date: Fri Mar 18 11:13:05 2016 +0100
New bug in multisite
---
.bugs/2480 | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.bugs/2480 b/.bugs/2480
new file mode 100644
index 0000000..0ea3940
--- /dev/null
+++ b/.bugs/2480
@@ -0,0 +1,13 @@
+Title: Builtin icon visibility is not reset correctly
+Component: multisite
+State: open
+Date: 2016-03-18 11:07:36
+Targetversion: 1.2.8
+Class: bug
+
+If you change the builtin icon visibility in global settings and want to to reset it,
+it is not reset back to the system default. The icons are randomly missing or shown in the
+wrong place.
+
+For example: place reschedule in column directly. It is shown correct. After that, if reset to default button is
+used, the icons are not shown in the action menu again. It is randomly shown in column or it is missing completly.