Package Products :: Package ZenModel :: Module zenmib
[hide private]
[frames] | no frames]

Module zenmib

source code

Classes [hide private]
MibFile
A MIB file has the meta-data for a MIB inside of it.
PackageManager
Given an URL, filename or archive (eg zip, tar), extract the files from the package and return a list of filenames.
ZenMib
Wrapper around the smidump utilities used to convert MIB definitions into python code which is in turn loaded into the DMD tree.
Variables [hide private]
  __doc__ = """zen...
  CHUNK_SIZE = 50
Variables Details [hide private]

__doc__

Value:
"""zenmib
   The zenmib program converts MIBs into python data structures and th\
en
(by default) adds the data to the Zenoss DMD.  Essentially, zenmib is \
a
wrapper program around the smidump program, whose output (python code)\
 is
then executed "inside" the Zope database.
...