|
|
|
logChange(self,
device,
compname,
eventClass,
msg) |
source code
|
|
|
logEvent(self,
device,
component,
eventClass,
msg,
severity)
Used to report a change to a device model. |
source code
|
|
|
processClient(self,
device,
collectorClient)
A modeler plugin specifies the protocol (eg SNMP, WMI) and the
specific data to retrieve from the device (eg an OID). |
source code
|
|
|
applyDataMap(self,
device,
datamap,
relname="",
compname="",
modname="")
Apply a datamap passed as a list of dicts through XML-RPC. |
source code
|
|
|
setDeviceClass(self,
device,
deviceClass=None)
If a device class has been passed and the current class is not
/Classifier then move the device to the newly clssified device class. |
source code
|
|
|
|
|
_updateRelationship(self,
device,
relmap)
Add/Update/Remote objects to the target relationship. |
source code
|
|
|
_updateObject(self,
obj,
objmap)
Update an object using a objmap. |
source code
|
|
|
_createRelObject(self,
device,
objmap,
relname)
Create an object on a relationship using its objmap. |
source code
|
|
|
|