Trees | Indices | Help |
|
---|
|
|
|||
RRDTemplate |
|
|||
|
|||
|
|||
|
|||
|
|
|||
log = logging.getLogger('zen.RRDTemplate')
|
|||
RRDTEMPLATE_CATALOG = 'searchRRDTemplates'
|
|||
addRRDTemplate = DTMLFile('dtml/addRRDTemplate', globals())
|
|
Create the searchRRDTemplates catalog if it does not already exist. Return the catalog. |
Yield all templates in the searchRRDTemplates catalog which fall under the given root and match the given criteria. To get all RRDTemplates pass dmd in as root. If criteria contains a value for getPhysicalRoot then the root parameter will be ignored. If the searchRRDTemplates catalog is not present then fall back to using DeviceClass.getAllRRDTemplatesPainfully(). In this case root must be a DeviceClass and criteria is ignored. (This is compatible with previous DeviceClass.getAllRRDTemplates usage.) The searchRRDTemplates catalog was added in 2.2 |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1.1812 on Tue Oct 11 12:51:16 2011 | http://epydoc.sourceforge.net |