As the title states, I cannot get Zenoss to graph any new performance data. It is graphing historical data up until last Thursday, and about 10 minutes of Monday for some reason. The data was all copied over from a 3.1 install.
In zenactiond.log, I have one error that seems relevant that is constantly getting generated.
http://fpaste.org/27197/45863961/
2013-07-23 08:30:19,747 INFO zen.maintenance: Performing periodic maintenance
2013-07-23 08:31:19,729 ERROR zen.Schedule: Error processing maintenance windows - will try again in 60econds
Traceback (most recent call last):
File "/opt/zenoss/Products/ZenEvents/Schedule.py", line 51, in configCycle
self.run()
File "/opt/zenoss/Products/ZenEvents/Schedule.py", line 95, in run
self.runEvents()
File "/opt/zenoss/Products/ZenEvents/Schedule.py", line 148, in runEvents
devices = mw.target().getId()
File "/opt/zenoss/Products/ZenModel/MaintenanceWindow.py", line 369, in target
return self.productionState().primaryAq()
AttributeError: productionState
In the zenmodeler log, I have some errors as well. I'll just provide the fpaste as it's a pretty rough copy: http://fpaste.org/27198/45864761/
Any assistance would be greatly appreciated. This is the last thing holding me back from making this instance our production server.