Merge remote-tracking branch 'origin/api-v1.8.0' into dev
This commit is contained in:
commit
fc1be37524
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ def process():
|
|||
for alert in all_alerts:
|
||||
if alert["query"]["left"] != "CUSTOM":
|
||||
continue
|
||||
if True or alerts_processor.can_check(alert):
|
||||
if alerts_processor.can_check(alert):
|
||||
logging.info(f"Querying alertId:{alert['alertId']} name: {alert['name']}")
|
||||
query, params = Build(alert)
|
||||
query = ch_cur.format(query, params)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue