mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fix invalid failed exports key
This commit is contained in:
parent
0d04eb2d5c
commit
3882e2f26d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue