Archived community.zenoss.org | full text search
Skip navigation
685 Views 0 Replies Latest reply: Aug 26, 2013 10:17 AM by zenorr RSS
zenorr Rank: White Belt 67 posts since
May 6, 2010
Currently Being Moderated

Aug 26, 2013 10:17 AM

4 old years bug not fixed. Will it ever be ?

Since I have started to work with Zenoss 4 (core), I have a strange feeling that Zenoss is not that much maintained, but instead pilling up commercial features. Eg this time is a 4 years old bug where the type has been changed from "defect" to "enhancement". The worst is, this bug could apparently be fixed with this simple patch:

--- ApplyDataMap.py.orig2013-08-26 16:01:45.299880102 +0200
+++ ApplyDataMap.py2013-08-26 16:15:10.922853008 +0200

@@ -349,6 +349,7 @@

                     # value

                     continue

             att = getattr(aq_base(obj), attname, zenmarker)

+            att = getattr(obj, attname, zenmarker)

             if att == zenmarker:

                 log.warn('The attribute %s was not found on object %s from device %s',

                               attname, obj.id, device.id)

 

Matt, you seem to be the "enhancement" owner, any chance you give it a go ?

 

TIA,

Charles

More Like This

  • Retrieving data ...

Legend

  • Correct Answers - 4 points
  • Helpful Answers - 2 points