Ejemplo n.º 1
0
 def update_alert_rules(cls, *update):
     alert_rules_id, statistical_period, statistical_approach, compute_mode, threshold_value = update
     rs = AlertRulesData.update(alert_rules_id, statistical_period,
                                statistical_approach, compute_mode,
                                threshold_value)
     return rs
Ejemplo n.º 2
0
 def update_alert_rules(cls, *update):
     alert_rules_id, statistical_period, compute_mode, threshold_value, contact_groups, notify_type = update
     rs = AlertRulesData.update(alert_rules_id, statistical_period,
                                compute_mode, threshold_value,
                                contact_groups, notify_type)
     return rs