mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Move host log alerts to host alerts. Fix syslog alerts.
This commit is contained in:
parent
d78ce33cb0
commit
8dd0f903a1
7 changed files with 29 additions and 16 deletions
|
|
@ -18,6 +18,7 @@ local host_alert_keys = {
|
|||
host_alert_flows_anomaly = 10,
|
||||
host_alert_score_anomaly = 11,
|
||||
host_alert_remote_connection = 12,
|
||||
host_alert_host_log = 13,
|
||||
|
||||
-- NOTE: Keep in sync with HostAlertTypeEnum in ntop_typedefs.h
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue