Package ZenModel :: Module Service :: Class Service
[hide private]
[frames] | no frames]

Class Service

source code

                                                       object --+            
                                                                |            
                                                Lockable.Lockable --+        
                                                                    |        
                                      DeviceComponent.DeviceComponent --+    
                                                                        |    
                                                   object --+           |    
                                                            |           |    
                                    ZenModelBase.ZenModelBase --+       |    
                                                                |       |    
Products.ZenRelations.RelationshipManager.RelationshipManager --+       |    
                                                                |       |    
                                      ExtensionClass.Base --+   |       |    
                                                            |   |       |    
                                       OFS.History.Historical --+       |    
                                                                |       |    
                                                   object --+   |       |    
                                                            |   |       |    
                                          ZenPacker.ZenPacker --+       |    
                                                                |       |    
                                            ZenModelRM.ZenModelRM --+   |    
                                                                    |   |    
                                  DeviceResultInt.DeviceResultInt --+   |    
                                                                    |   |    
                                                       object --+   |   |    
                                                                |   |   |    
                                              EventView.EventView --+   |    
                                                                    |   |    
                                                       object --+   |   |    
                                                                |   |   |    
                                                  RRDView.RRDView --+   |    
                                                                    |   |    
                                          ManagedEntity.ManagedEntity --+    
                                                                        |    
                                                  OSComponent.OSComponent --+
                                                                            |
                                                  Commandable.Commandable --+
                                                                            |
                                                               object --+   |
                                                                        |   |
                                                  ZenPackable.ZenPackable --+
                                                                            |
                                                                           Service

Service class

Instance Methods [hide private]
 
key(self)
Return tuple (manageIp, name) for this service to uniquely id it.
source code
 
name(self)
Return the name of this service.
source code
 
monitored(self)
Should this service be monitored or not.
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
 
setServiceClass(self, kwargs)
Set the service class based on a dict describing the service.
source code
 
getServiceClassLink(self)
Return an a link to the service class.
source code
 
getClassObject(self)
Return the ServiceClass for this service.
source code
 
manage_editService(self, monitor=False, severity=5, msg=None, REQUEST=None)
Edit a Service from a web page.
source code
 
getUserCommandTargets(self)
Called by Commandable.doCommand() to ascertain objects on which a UserCommand should be executed.
source code
 
getUserCommandEnvironment(self)
Return the environment to be used when processing a UserCommand
source code
 
getAqChainForUserCommands(self)
Setup the aq chain as appropriate for the execution of a UserCommand
source code
 
getUrlForUserCommands(self)
Return the url where UserCommands are viewed for this object
source code

Inherited from OSComponent.OSComponent: device, getIconPath, getPrettyLink, isUserCreated, manage_deleteComponent, manage_updateComponent, setUserCreateFlag

Inherited from DeviceComponent.DeviceComponent: filterAutomaticCreation, getAqProperty, getCollectors, getInstDescription, getManageIp, getNagiosTemplate, getParentDeviceName, getParentDeviceUrl, getRRDContextData, getStatus, getStatusString, hostname, manage_afterAdd, manage_afterClone, manage_beforeDelete, setAqProperty

Inherited from Lockable.Lockable: getNextLockableParent, isLockedFromDeletion, isLockedFromUpdates, isUnlocked, lockFromDeletion, lockFromUpdates, lockStatus, lockWarning, sendEventWhenBlocked, setSendEventWhenBlockedFlag, unlock, unsetSendEventWhenBlockedFlag

Inherited from ZenModelRM.ZenModelRM: __init__, changePythonClass, creator, editableDeviceList, findChild, getCreatedTimeString, getDmdKey, getModificationTimeString, getSubObjects, getTreeItems, getZenRootNode, index_object, primarySortKey, reindex_all, rename, unindex_object, viewName, zmanage_addProperty, zmanage_delObjects, zmanage_delProperties, zmanage_editProperties, zmanage_exportObject, zmanage_importObject, zmanage_importObjects

Inherited from ZenModelBase.ZenModelBase: __call__, __hash__, all_meta_types, aqBaseHasAttr, breadCrumbs, callZenScreen, checkRemotePerm, checkValidId, createHierarchyObj, custPropertyIds, custPropertyMap, getBreadCrumbUrlPath, getDmd, getDmdObj, getDmdRoot, getHierarchyObj, getIdLink, getNowString, getObjByPath, getPrimaryDmdId, getUnusedId, getZ, getZopeObj, helpLink, isLocalName, manage_deleteObjects, prepId, saveCustProperties, todayDate, urlLink, view, visibleCustPropertyMap, yesterdayDate, zenScreenUrl, zenpathjoin, zenpathsplit, zentinelTabs

Inherited from OFS.History.Historical: manage_afterHistoryCopy, manage_beforeHistoryCopy, manage_change_history, manage_historicalComparison, manage_historyCompare, manage_historyCopy

Inherited from ZenPacker.ZenPacker: addToZenPack, eligiblePacks, findObject

Inherited from DeviceResultInt.DeviceResultInt: getDeviceClassName, getDeviceClassPath, getDeviceIp, getDeviceIpAddress, getDeviceLink, getDeviceMacaddress, getDeviceName, getDeviceUrl, getPingStatus, getPingStatusNumber, getProdState, getSnmpStatus, getSnmpStatusNumber, isResultLockedFromDeletion, isResultLockedFromUpdates, sendEventWhenResultBlocked

Inherited from EventView.EventView: convertEventField, getEventDetail, getEventDetailFromStatusOrHistory, getEventHistory, getEventManager, getEventOwnerList, getEventSummary, getStatusCssClass, getStatusImgSrc, manage_ackBatchEvents, manage_ackEvents, manage_addLogMessage, manage_createEventMap, manage_deleteBatchEvents, manage_deleteEvents, manage_deleteHeartbeat, manage_setEventStates, manage_undeleteBatchEvents, manage_undeleteEvents

Inherited from RRDView.RRDView: cacheRRDValue, fetchRRDValue, fetchRRDValues, fullRRDPath, getDefaultGraphDefs, getGraphDef, getGraphDefUrl, getRRDDataPoint, getRRDDataPoints, getRRDFileName, getRRDNames, getRRDPaths, getRRDSum, getRRDTemplate, getRRDTemplateByName, getRRDTemplateName, getRRDTemplates, getRRDValue, getRRDValues, getThresholdInstances, getThresholds, makeLocalRRDTemplate, removeLocalRRDTemplate, rrdPath, snmpIgnore

Inherited from Commandable.Commandable: compile, doCommandForTarget, getUserCommand, getUserCommandIds, getUserCommands, manage_addUserCommand, manage_deleteUserCommand, manage_doUserCommand, manage_editUserCommand, redirectToUserCommands, write

Inherited from object: __delattr__, __getattribute__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  meta_type = 'Service'
  portal_type = 'Service'
  _relations = OSComponent._relations+ ZenPackable._relations+((...
  security = ClassSecurityInfo()

Inherited from OSComponent.OSComponent: isUserCreatedFlag

Inherited from DeviceComponent.DeviceComponent: __pychecker__, collectors, default_catalog, event_key, perfmonInstance

Inherited from Lockable.Lockable: modelerLock, sendEventWhenBlockedFlag

Inherited from ManagedEntity.ManagedEntity: monitor, snmpindex

Inherited from ManagedEntity.ManagedEntity (private): _properties

Inherited from ZenModelRM.ZenModelRM: isInTree

Inherited from ZenModelBase.ZenModelBase: index_html, sub_meta_types

Inherited from OFS.History.Historical: HistoricalRevisions, __ac_permissions__, manage_change_history_page, manage_options

Inherited from OFS.History.Historical (private): _manage_historyComparePage

Inherited from Commandable.Commandable: defaultTimeout

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

name(self)

source code 
Return the name of this service. (short name for net stop/start).
Overrides: DeviceComponent.DeviceComponent.name

monitored(self)

source code 
Should this service be monitored or not. Use ServiceClass aq path.
Overrides: DeviceComponent.DeviceComponent.monitored

setServiceClass(self, kwargs)

source code 
Set the service class based on a dict describing the service. Dict keys are be protocol and port

getClassObject(self)

source code 
Return the ServiceClass for this service.
Overrides: DeviceComponent.DeviceComponent.getClassObject

getUserCommandTargets(self)

source code 
Called by Commandable.doCommand() to ascertain objects on which a UserCommand should be executed.
Overrides: Commandable.Commandable.getUserCommandTargets

getUserCommandEnvironment(self)

source code 
Return the environment to be used when processing a UserCommand
Overrides: Commandable.Commandable.getUserCommandEnvironment

getAqChainForUserCommands(self)

source code 
Setup the aq chain as appropriate for the execution of a UserCommand
Overrides: Commandable.Commandable.getAqChainForUserCommands

getUrlForUserCommands(self)

source code 
Return the url where UserCommands are viewed for this object
Overrides: Commandable.Commandable.getUrlForUserCommands

Class Variable Details [hide private]

_relations

Value:
OSComponent._relations+ ZenPackable._relations+(("serviceclass", ToOne\
(ToMany, "Products.ZenModel.ServiceClass", "instances")), ('userComman\
ds', ToManyCont(ToOne, 'Products.ZenModel.UserCommand', 'commandable')\
),)