Fix invalid failed exports key

This commit is contained in:
emanuele-f 2019-10-24 16:34:06 +02:00
parent 0d04eb2d5c
commit 3882e2f26d

View file

@ -108,7 +108,7 @@ end
local function inc_failed_exports()
ntop.setCache(INFLUX_FLAG_FAILING_EXPORTS, "true", INFLUX_FLAGS_TIMEOUT)
ntop.incrCache(INFLUX_FLAG_FAILING_EXPORTS, 1)
ntop.incrCache(INFLUX_KEY_FAILED_EXPORTS, 1)
end
-- ##############################################