Home | Trees | Index | Help |
|
---|
Package pymeterlib :: Module Host :: Class Host |
|
RemoteHost
Method Summary | |
---|---|
| |
List of strings |
Run plugin commands on the local host. |
Disable internal storage of stats and flush any existing storage. | |
Enable internal storage of stats. | |
Flush (clear) any stats stored in the object. |
Instance Variable Summary | |
---|---|
last_stat : Value of last single stat from the last check | |
last_stats : List of stats (values) from the last check | |
plugins : Instances of plugin objects to run for stat checks | |
stat_labels : Labels (names) of the stats to be checked | |
storage_enabled : Indication if internal storage of stats is enabled (boolean) | |
stored_stats : List of stats collected since enabling storage or last flush |
Method Details |
---|
__init__(self,
*plugins)
|
check_stats(self)Run plugin commands on the local host.
|
disable_storage(self)Disable internal storage of stats and flush any existing storage. (Disabled by default) |
enable_storage(self)Enable internal storage of stats. (Disabled by default) |
flush_stats(self)Flush (clear) any stats stored in the object. |
Instance Variable Details |
---|
last_statValue of last single stat from the last check |
last_statsList of stats (values) from the last check |
pluginsInstances of plugin objects to run for stat checks |
stat_labelsLabels (names) of the stats to be checked |
storage_enabledIndication if internal storage of stats is enabled (boolean) |
stored_statsList of stats collected since enabling storage or last flush |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Mar 17 09:16:19 2006 | http://epydoc.sf.net |