Fix alert formatting with percentage value

This commit is contained in:
emanuele-f 2020-04-29 15:47:14 +02:00
parent 33bf0cf170
commit 04328b7f37

View file

@ -75,6 +75,10 @@ local function thresholdCrossFormatter(ifid, alert, info)
unit = i18n(unit) or unit
if unit == "%" then
unit = "%%"
end
local msg_table = {
host = ip_label,
numeric_ip = numeric_ip,