cluther wrote:
> I can't reproduce this problem with 2.0.4. It sounds like it might be related 
> to a required data migration that never happened. Try running zenmigrate as 
> the zenoss user.
> 
> Are the two of you running fresh installs of your version, or upgrades from 
> previous versions?


(Apologies for joining this thread so late)

I'm also having the same problem, with templates I setup using a early version 
of Zenoss

Tracking the error down a little, it seems to be that the RRDDataSource class 
had some properties moved out to another object (RRDDataPoint) in the 0.23 
release. The zenmigrate script did handle this in the 'datapoints' step, so we 
all must have forgotten to have run it then.

Sadly the migration code no longer seems to work:


Code:

[EMAIL PROTECTED]: migrate$ zenmigrate --step=DataPoints
(snip)
  File "/usr/local/zenoss/Products/ZenModel/migrate/datapoints.py", line 124, 
in cutover
    self.cutoverCommands(o)
  File "/usr/local/zenoss/Products/ZenModel/migrate/datapoints.py", line 98, in 
cutoverCommands
    destTemplate = obj.getRRDTemplate(obj.getRRDTemplateName())
TypeError: getRRDTemplate() takes exactly 1 argument (2 given)




------------------------
 Richard Palmer




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=11149#11149

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to