Implement alert on InfluxDB error messages

This commit is contained in:
emanuele-f 2020-01-28 15:09:02 +01:00
parent 9ae15b7cf0
commit 9833a87cbc
3 changed files with 25 additions and 1 deletions

View file

@ -2186,7 +2186,7 @@ function formatAlertMessage(ifid, alert)
msg = msg .. getConfigsetAlertLink(alert_json)
end
return(msg)
return(msg or "")
end
-- #################################