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

Class CommandConfig

source code

Products.ZenHub.HubService.HubService --+    
                                        |    
        ThresholdMixin.ThresholdMixin --+    
                                        |    
      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_propertyItems

Inherited from ThresholdMixin.ThresholdMixin: remote_getCollectorThresholds, remote_getThresholdClasses

Class Variables [hide private]

Inherited from ThresholdMixin.ThresholdMixin (private): _cached_thresholdClasses

Method Details [hide private]

remote_getDataSourceCommands(self, devices=None)

source code 
Decorators:
  • @translateError

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