feat(alerts): changes
This commit is contained in:
parent
1028e2f948
commit
b226f2bbb9
1 changed files with 0 additions and 1 deletions
|
|
@ -198,7 +198,6 @@ def process():
|
|||
if alert["query"]["left"] != "CUSTOM":
|
||||
continue
|
||||
if alerts_processor.can_check(alert):
|
||||
logging.info(f"Querying alertId:{alert['alertId']} name: {alert['name']}")
|
||||
query, params = Build(alert)
|
||||
try:
|
||||
query = ch_cur.format(query, params)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue