Move host log alerts to host alerts. Fix syslog alerts.

This commit is contained in:
Alfredo Cardigliano 2021-05-03 17:37:18 +02:00
parent d78ce33cb0
commit 8dd0f903a1
7 changed files with 29 additions and 16 deletions

View file

@ -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
}

View file

@ -55,7 +55,7 @@ local other_alert_keys = {
alert_unresponsive_device = OTHER_BASE_KEY + 42,
alert_user_activity = OTHER_BASE_KEY + 43,
alert_user_script_calls_drops = OTHER_BASE_KEY + 44,
alert_host_log = OTHER_BASE_KEY + 45,
alert_host_log = OTHER_BASE_KEY + 45, -- No longer used (moved to the host)
alert_attack_mitigation_via_snmp = OTHER_BASE_KEY + 46,
alert_iec104_error = OTHER_BASE_KEY + 47, -- No longer used
alert_lateral_movement = OTHER_BASE_KEY + 48,