mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Merge branch 'alerts-store' into dev
This commit is contained in:
commit
2278926da4
265 changed files with 5802 additions and 1672 deletions
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
local user_scripts = require("user_scripts")
|
||||
local alert_severities = require "alert_severities"
|
||||
local host_alert_keys = require "host_alert_keys"
|
||||
|
||||
-- #################################################################
|
||||
|
||||
|
|
@ -12,6 +13,7 @@ local ntp_contacts = {
|
|||
category = user_scripts.script_categories.security,
|
||||
|
||||
default_enabled = false,
|
||||
alert_id = host_alert_keys.host_alert_ntp_server_contacts,
|
||||
|
||||
default_value = {
|
||||
operator = "gt",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue