|
|
key(self)
Return tuple (manageIp, name) for this service to uniquely id it. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
isMonitored(self)
Returns the same as "monitored" but from the catalog
instead of from the service class. |
source code
|
|
|
|
getStatus(self,
statClass=None)
Return the status number for this component of class statClass. |
source code
|
|
|
|
getSeverities(self)
Return a list of tuples with the possible severities |
source code
|
|
|
|
getFailSeverity(self)
Return the severity for this service when it fails. |
source code
|
|
|
|
getFailSeverityString(self)
Return a string representation of zFailSeverity |
source code
|
|
|
|
|
|
|
getServiceClassLink(self)
Return an a link to the service class. |
source code
|
|
|
|
|
|
|
manage_editService(self,
monitor=False,
severity=5,
msg=None,
REQUEST=None)
Edit a Service from a web page. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from OSComponent.OSComponent:
device,
getPrettyLink,
isUserCreated,
manage_deleteComponent,
manage_updateComponent,
setUserCreateFlag
Inherited from DeviceComponent.DeviceComponent:
filterAutomaticCreation,
getAqProperty,
getCollectors,
getIconPath,
getInstDescription,
getManageIp,
getNagiosTemplate,
getParentDeviceName,
getParentDeviceTitle,
getParentDeviceUrl,
getRRDContextData,
getStatusString,
getSubComponentsNoIndexGen,
hostname,
setAqProperty
Inherited from Lockable.Lockable:
getNextLockableParent,
isLockedFromDeletion,
isLockedFromUpdates,
isUnlocked,
lockFromDeletion,
lockFromUpdates,
lockStatus,
lockWarning,
sendEventWhenBlocked,
setSendEventWhenBlockedFlag,
unlock,
unsetSendEventWhenBlockedFlag
Inherited from Commandable.Commandable:
compile,
doCommandForTarget,
getUserCommand,
getUserCommandIds,
getUserCommands,
manage_addUserCommand,
manage_deleteUserCommand,
manage_doUserCommand,
manage_editUserCommand,
redirectToUserCommands,
write
|