I tried using *98 instead of *9 in the filsystem template's threshold as alot
of our drives are over 90% on design (static content servers) but it has
started generating the following error, even reverting wont help.
i have searched and yes there are alot of filsesystem threshold threads BUT all
contain vague or non relating information.
Any help is appriciated (our eval ends today and I will be presenting a case
for zenoss on Monday with demo, so would like to fix it up as much as I can
before presenting)
stats:
zenoss 2.2.2
vm appliance
fully updated
error:
Code:
Type: AttributeError
Value: usedBlocks
Traceback (innermost last):
* Module ZPublisher.Publish, line 114, in publish
* Module ZPublisher.mapply, line 88, in mapply
* Module ZPublisher.Publish, line 40, in call_object
* Module Shared.DC.Scripts.Bindings, line 311, in __call__
* Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
* Module Products.CMFCore.FSPageTemplate, line 195, in _exec
* Module Products.CMFCore.FSPageTemplate, line 134, in pt_render
* Module Products.PageTemplates.PageTemplate, line 104, in pt_render
<FSPageTemplate at /zport/viewDevicePerformance used for
/zport/dmd/Devices/Server/Windows/devices/<HOST>>
* Module TAL.TALInterpreter, line 206, in __call__
* Module TAL.TALInterpreter, line 250, in interpret
* Module TAL.TALInterpreter, line 711, in do_useMacro
* Module TAL.TALInterpreter, line 250, in interpret
* Module TAL.TALInterpreter, line 426, in do_optTag_tal
* Module TAL.TALInterpreter, line 411, in do_optTag
* Module TAL.TALInterpreter, line 406, in no_tag
* Module TAL.TALInterpreter, line 250, in interpret
* Module TAL.TALInterpreter, line 711, in do_useMacro
* Module TAL.TALInterpreter, line 250, in interpret
* Module TAL.TALInterpreter, line 426, in do_optTag_tal
* Module TAL.TALInterpreter, line 411, in do_optTag
* Module TAL.TALInterpreter, line 406, in no_tag
* Module TAL.TALInterpreter, line 250, in interpret
* Module TAL.TALInterpreter, line 734, in do_defineSlot
* Module TAL.TALInterpreter, line 250, in interpret
* Module TAL.TALInterpreter, line 426, in do_optTag_tal
* Module TAL.TALInterpreter, line 411, in do_optTag
* Module TAL.TALInterpreter, line 406, in no_tag
* Module TAL.TALInterpreter, line 250, in interpret
* Module TAL.TALInterpreter, line 734, in do_defineSlot
* Module TAL.TALInterpreter, line 250, in interpret
* Module TAL.TALInterpreter, line 426, in do_optTag_tal
* Module TAL.TALInterpreter, line 411, in do_optTag
* Module TAL.TALInterpreter, line 406, in no_tag
* Module TAL.TALInterpreter, line 250, in interpret
* Module TAL.TALInterpreter, line 711, in do_useMacro
* Module TAL.TALInterpreter, line 250, in interpret
* Module TAL.TALInterpreter, line 426, in do_optTag_tal
* Module TAL.TALInterpreter, line 411, in do_optTag
* Module TAL.TALInterpreter, line 406, in no_tag
* Module TAL.TALInterpreter, line 250, in interpret
* Module TAL.TALInterpreter, line 711, in do_useMacro
* Module TAL.TALInterpreter, line 250, in interpret
* Module TAL.TALInterpreter, line 426, in do_optTag_tal
* Module TAL.TALInterpreter, line 411, in do_optTag
* Module TAL.TALInterpreter, line 406, in no_tag
* Module TAL.TALInterpreter, line 250, in interpret
* Module TAL.TALInterpreter, line 734, in do_defineSlot
* Module TAL.TALInterpreter, line 250, in interpret
* Module TAL.TALInterpreter, line 426, in do_optTag_tal
* Module TAL.TALInterpreter, line 411, in do_optTag
* Module TAL.TALInterpreter, line 406, in no_tag
* Module TAL.TALInterpreter, line 250, in interpret
* Module TAL.TALInterpreter, line 651, in do_loop_tal
* Module Products.PageTemplates.TALES, line 206, in setRepeat
* Module Products.PageTemplates.TALES, line 221, in evaluate
URL: file:ZenModel/skins/zenmodel/viewPerformanceDetail.pt
Line 85, Column 4
Expression: <PythonExpr here.getDefaultGraphDefs(drange=drange)>
Names:
{'container': <ZentinelPortal at /zport>,
'context': <Device at /zport/dmd/Devices/Server/Windows/devices/<HOST>>,
'default': <Products.PageTemplates.TALES.Default instance at 0xb725bb2c>,
'here': <Device at /zport/dmd/Devices/Server/Windows/devices/<HOST>>,
'loop': <Products.PageTemplates.TALES.SafeMapping object at 0x9142a4c>,
'modules': <Products.PageTemplates.ZRPythonExpr._SecureModuleImporter
instance at 0xb725fb8c>,
'nothing': None,
'options': {'args': ()},
'repeat': <Products.PageTemplates.TALES.SafeMapping object at 0x9142a4c>,
'request': <HTTPRequest,
URL=http://zenoss.mydomain.com:8080/zport/dmd/Devices/Server/Windows/devices/<HOST>/viewDevicePerformance>,
'root': <Application at >,
'template': <FSPageTemplate at /zport/viewDevicePerformance used for
/zport/dmd/Devices/Server/Windows/devices/<HOST>>,
'traverse_subpath': [],
'user': admin}
* Module Products.PageTemplates.ZRPythonExpr, line 47, in __call__
__traceback_info__: here.getDefaultGraphDefs(drange=drange)
* Module Python expression "here.getDefaultGraphDefs(drange=drange)", line
1, in <expression>
* Module Products.ZenModel.RRDView, line 202, in getDefaultGraphDefs
* Module Products.ZenModel.RRDView, line 64, in getGraphDefUrl
* Module Products.ZenModel.PerformanceConf, line 234, in performanceGraphUrl
* Module Products.ZenModel.GraphDefinition, line 427, in getGraphCmds
* Module Products.ZenModel.ThresholdGraphPoint, line 111, in getGraphCmds
* Module Products.ZenModel.MinMaxThreshold, line 90, in
createThresholdInstance
* Module Products.ZenModel.MinMaxThreshold, line 110, in getMaxval
* Module Products.ZenUtils.ZenTales, line 33, in talesEval
* Module Products.PageTemplates.ZRPythonExpr, line 47, in __call__
__traceback_info__: here.usedBlocks * .9
* Module Python expression "here.usedBlocks * .9", line 1, in <expression>
AttributeError: usedBlocks
-------------------- m2f --------------------
Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=22918#22918
-------------------- m2f --------------------
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users