|
getParentDeviceName(self)
return the name of this component's device |
source code
|
|
|
hostname(self)
return the name of this component's device |
source code
|
|
|
getParentDeviceUrl(self)
return the url of this component's device |
source code
|
|
|
|
|
|
|
getCollectors(self)
Return list of collectors that want to monitor this component |
source code
|
|
|
|
|
getStatus(self,
statClass=None)
Return the status number for this component of class
statClass. |
source code
|
|
|
|
|
getManageIp(self)
Return the manageIP of the device of this component. |
source code
|
|
|
getRRDTemplateByName(self,
name)
Return the closest RRDTemplate named name by walking our aq
chain. |
source code
|
|
|
|
|
getAqProperty(self,
prop)
Get a property from ourself if it exsits then try serviceclass
path. |
source code
|
|
|
setAqProperty(self,
prop,
value,
type)
Set a local prop if nessesaary on this service. |
source code
|
|
|
getClassObject(self)
If you are going to use acquisition up different class path
override this. |
source code
|
|
|
manage_afterAdd(self,
item,
container)
Device only propagates afterAdd if it is the added object. |
source code
|
|
|
manage_afterClone(self,
item)
Not really sure when this is called. |
source code
|
|
|
|
Inherited from Lockable.Lockable :
getNextLockableParent ,
isLockedFromDeletion ,
isLockedFromUpdates ,
isUnlocked ,
lockFromDeletion ,
lockFromUpdates ,
lockStatus ,
lockWarning ,
sendEventWhenBlocked ,
setSendEventWhenBlockedFlag ,
unlock ,
unsetSendEventWhenBlockedFlag
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|