The congress.datasources.aodh_driver Module¶
-
class
congress.datasources.aodh_driver.AodhDriver(name=”, args=None)¶ Bases:
congress.datasources.datasource_driver.PollingDataSourceDriver,congress.datasources.datasource_driver.ExecutionDriver-
ALARMS= ‘alarms’¶
-
ALARM_THRESHOLD_RULE= ‘alarms.threshold_rule’¶
-
TRANSLATORS= [{‘table-name’: ‘alarms’, ‘selector-type’: ‘DICT_SELECTOR’, ‘translation-type’: ‘HDICT’, ‘field-translators’: ({‘fieldname’: ‘alarm_id’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘name’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘state’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘enabled’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘threshold_rule’, ‘col’: ‘threshold_rule_id’, ‘translator’: {‘table-name’: ‘alarms.threshold_rule’, ‘translator’: {‘translation-type’: ‘VALUE’}, ‘translation-type’: ‘VDICT’, ‘val-col’: ‘value’, ‘id-col’: ‘threshold_rule_id’, ‘key-col’: ‘key’}}, {‘fieldname’: ‘type’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘description’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘time_constraints’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘user_id’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘project_id’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘alarm_actions’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘ok_actions’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘insufficient_data_actions’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘repeat_actions’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘timestamp’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘state_timestamp’, ‘translator’: {‘translation-type’: ‘VALUE’}})}]¶
-
alarms_translator= {‘table-name’: ‘alarms’, ‘selector-type’: ‘DICT_SELECTOR’, ‘translation-type’: ‘HDICT’, ‘field-translators’: ({‘fieldname’: ‘alarm_id’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘name’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘state’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘enabled’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘threshold_rule’, ‘col’: ‘threshold_rule_id’, ‘translator’: {‘table-name’: ‘alarms.threshold_rule’, ‘translator’: {‘translation-type’: ‘VALUE’}, ‘translation-type’: ‘VDICT’, ‘val-col’: ‘value’, ‘id-col’: ‘threshold_rule_id’, ‘key-col’: ‘key’}}, {‘fieldname’: ‘type’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘description’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘time_constraints’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘user_id’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘project_id’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘alarm_actions’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘ok_actions’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘insufficient_data_actions’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘repeat_actions’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘timestamp’, ‘translator’: {‘translation-type’: ‘VALUE’}}, {‘fieldname’: ‘state_timestamp’, ‘translator’: {‘translation-type’: ‘VALUE’}})}¶
-
execute(action, action_args)¶ Overwrite ExecutionDriver.execute().
-
static
get_datasource_info()¶
-
initialize_update_method()¶
-
safe_id(x)¶
-
value_trans= {‘translation-type’: ‘VALUE’}¶
-