mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Added severity to ntopng checks table
This commit is contained in:
parent
933e8339ec
commit
eda4cfb088
48 changed files with 406 additions and 340 deletions
|
|
@ -3,6 +3,7 @@
|
|||
--
|
||||
|
||||
local checks = require("checks")
|
||||
local alert_consts = require("alert_consts")
|
||||
local host_alert_keys = require "host_alert_keys"
|
||||
|
||||
local fin_scan = {
|
||||
|
|
@ -11,6 +12,7 @@ local fin_scan = {
|
|||
|
||||
default_enabled = false,
|
||||
alert_id = host_alert_keys.host_alert_fin_scan,
|
||||
severity = alert_consts.get_printable_severities().error,
|
||||
|
||||
-- The default threshold value. The format is specific of the
|
||||
-- "threshold_cross" input builder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue