mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Moved alert from critical to emergency
This commit is contained in:
parent
6e13a5607f
commit
7b66ca5f6f
4 changed files with 13 additions and 13 deletions
|
|
@ -13,7 +13,7 @@ local script = {
|
|||
default_enabled = true,
|
||||
hooks = {},
|
||||
|
||||
severity = alert_consts.get_printable_severities().critical,
|
||||
severity = alert_consts.get_printable_severities().emergency,
|
||||
|
||||
gui = {
|
||||
i18n_title = "checks.no_if_activity_title",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue