Package ZenModel
[show private | hide private]
[frames | no frames]

Package ZenModel

__init__

Initialize the Confmon Product

Products must follow the following standard The name of the module (file) and the name of the product class inside the file must be the same.

If there is a ZMI add screen it must be called "add" + class name (ie addDevice)and it must be defined at the module level.

the class factory must be a function at the module level called manage_add + class name (ie manage_addDevice)

If there is an icon for the product it should be called class name + _icon.gif

$Id: __init__.py,v 1.50 2004/04/06 02:19:04 edahl Exp $
Submodules

Function Summary
  initialize(registrar)
  loadConfmonModules()

Variable Summary
str __version__ = '1.50'
dict confmon_globals = {'BasicDeviceLoader': <module 'ZenMode...
list confmonModules = []
Logger log = <logging.Logger instance at 0x79b5d0>
tuple productNames = ('Classifier', 'ClassifierEntry', 'CPU', ...

Variable Details

__version__

Type:
str
Value:
'1.50'                                                                 

confmon_globals

Type:
dict
Value:
{'BasicDeviceLoader': <module 'ZenModel.BasicDeviceLoader' from '/User\
s/simon/Zenoss/installations/trunk/Products/ZenModel/BasicDeviceLoader\
.pyc'>,
 'CPU': <module 'ZenModel.CPU' from '/Users/simon/Zenoss/installations\
/trunk/Products/ZenModel/CPU.pyc'>,
 'IpServiceLoader': <module 'ZenModel.IpServiceLoader' from '/Users/si\
mon/Zenoss/installations/trunk/Products/ZenModel/IpServiceLoader.pyc'>\
,
...                                                                    

confmonModules

Type:
list
Value:
[]                                                                     

log

Type:
Logger
Value:
<logging.Logger instance at 0x79b5d0>                                  

productNames

Type:
tuple
Value:
('Classifier',
 'ClassifierEntry',
 'CPU',
 'DataRoot',
 'Device',
 'DeviceClass',
 'DeviceGroup',
 'DeviceHW',
...                                                                    

Generated by Epydoc 2.1 on Thu Aug 16 09:55:16 2007 http://epydoc.sf.net