Add alert gateway_unreachable

This commit is contained in:
Alfredo Cardigliano 2022-04-07 19:33:52 +02:00
parent 9e21fa42bb
commit 673a7cf971
4 changed files with 251 additions and 188 deletions

View file

@ -920,7 +920,7 @@ function alert_store:has_alerts()
res = interface.alert_store_query(q)
has_historical_alerts = res and res[1] and res[1]["has_historical_alerts"] == "1" or false
end
return has_historical_alerts
end