mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Add alert gateway_unreachable
This commit is contained in:
parent
9e21fa42bb
commit
673a7cf971
4 changed files with 251 additions and 188 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue