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

Module zenmib

source code

Classes [hide private]
  DependencyMap
A dependency is a reference to another part of the MIB tree.
  zenmib
Wrapper around the smidump utilities to load MIB files into the DMD tree.
Functions [hide private]
string
walk(*dirs)
Generator function to create a list of absolute paths for all files in a directory tree starting from the list of directories given as arguments to this function.
source code
Variables [hide private]
  __doc__ = """zen...
Function Details [hide private]

walk(*dirs)

source code 
Generator function to create a list of absolute paths for all files in a directory tree starting from the list of directories given as arguments to this function.
Parameters:
  • *dirs (list of strings) - list of directories to investigate
Returns: string
directory to investigate

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.
...