mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Implement alert on InfluxDB error messages
This commit is contained in:
parent
9ae15b7cf0
commit
9833a87cbc
3 changed files with 25 additions and 1 deletions
|
|
@ -2186,7 +2186,7 @@ function formatAlertMessage(ifid, alert)
|
|||
msg = msg .. getConfigsetAlertLink(alert_json)
|
||||
end
|
||||
|
||||
return(msg)
|
||||
return(msg or "")
|
||||
end
|
||||
|
||||
-- #################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue