Package ZenHub :: Package services :: Module CommandConfig :: Class CommandConfig
[hide private]
[frames] | no frames]

Class CommandConfig

source code

 twisted.spread.jelly.Jellyable --+                
                                  |                
twisted.spread.flavors.Serializable --+            
                                      |            
   twisted.spread.flavors.Referenceable --+        
                                          |        
      Products.ZenHub.HubService.HubService --+    
                                              |    
            PerformanceConfig.PerformanceConfig --+
                                                  |
                                                 CommandConfig

Instance Methods [hide private]
 
remote_getDataSourceCommands(self, devices=None) source code
 
getDeviceConfig(self, device)
How to get the config for a device
source code
 
sendDeviceConfig(self, listener, config)
How to send the config to a device, probably via callRemote
source code
 
getDataSourceCommands(self, devices=None)
Get the command configuration for all devices.
source code
 
update(self, object) source code

Inherited from PerformanceConfig.PerformanceConfig: __init__, deleted, notifyAll, pushConfig, remote_getDefaultRRDCreateCommand, remote_getSnmpStatus, remote_getThresholdClasses, remote_propertyItems

Inherited from Products.ZenHub.HubService.HubService: addListener, removeListener

Inherited from twisted.spread.flavors.Referenceable: jellyFor, remoteMessageReceived

Inherited from twisted.spread.flavors.Serializable: processUniqueID

Inherited from twisted.spread.jelly.Jellyable: __providedBy__, getStateFor

Class Variables [hide private]

Inherited from Products.ZenHub.HubService.HubService: log

Inherited from twisted.spread.flavors.Referenceable: __implemented__, __provides__, perspective

Method Details [hide private]

getDeviceConfig(self, device)

source code 
How to get the config for a device
Overrides: PerformanceConfig.PerformanceConfig.getDeviceConfig
(inherited documentation)

sendDeviceConfig(self, listener, config)

source code 
How to send the config to a device, probably via callRemote
Overrides: PerformanceConfig.PerformanceConfig.sendDeviceConfig
(inherited documentation)

update(self, object)

source code 
Overrides: PerformanceConfig.PerformanceConfig.update