mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
fixed icons size
This commit is contained in:
parent
994afbaf52
commit
e455fbbeca
111 changed files with 122 additions and 122 deletions
|
|
@ -23,7 +23,7 @@ local alert_blacklisted_country = classes.class(alert)
|
|||
alert_blacklisted_country.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_blacklisted_country,
|
||||
i18n_title = "alerts_dashboard.blacklisted_country",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
has_victim = true,
|
||||
has_attacker = true,
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ local alert_connection_issues = classes.class(alert)
|
|||
alert_connection_issues.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_tcp_connection_issues,
|
||||
i18n_title = "alerts_dashboard.connection_issues",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_data_exfiltration = classes.class(alert)
|
|||
alert_data_exfiltration.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_data_exfiltration,
|
||||
i18n_title = "flow_details.data_exfiltration",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
status_keep_increasing_scores = true, -- Keep increasing the score so the longer the flow, the higher the score
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ local alert_device_protocol_not_allowed = classes.class(alert)
|
|||
alert_device_protocol_not_allowed.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_device_protocol_not_allowed,
|
||||
i18n_title = "alerts_dashboard.suspicious_device_protocol",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
has_victim = true,
|
||||
has_attacker = true,
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_dns_data_exfiltration = classes.class(alert)
|
|||
alert_dns_data_exfiltration.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_dns_data_exfiltration,
|
||||
i18n_title = "flow_details.dns_data_exfiltration",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_dns_invalid_query = classes.class(alert)
|
|||
alert_dns_invalid_query.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_dns_invalid_query,
|
||||
i18n_title = "flow_details.dns_invalid_query",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ local alert_elephant_flow = classes.class(alert)
|
|||
alert_elephant_flow.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_elephant_flow,
|
||||
i18n_title = "flow_details.elephant_flow",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- #######################################################
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ local external_alert = classes.class(alert)
|
|||
external_alert.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_external,
|
||||
i18n_title = "alerts_dashboard.external_alert",
|
||||
icon = "fas fa-eye",
|
||||
icon = "fas fa-fw fa-eye",
|
||||
status_keep_increasing_scores = true, -- Every time an external alert is set, scores are increased accordingly
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ local alert_flow_blacklisted = classes.class(alert)
|
|||
alert_flow_blacklisted.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_blacklisted,
|
||||
i18n_title = "alerts_dashboard.blacklisted_flow",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
has_victim = true,
|
||||
has_attacker = true,
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_flow_blocked = classes.class(alert)
|
|||
alert_flow_blocked.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_flow_blocked,
|
||||
i18n_title = "flow_details.flow_blocked_by_bridge",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ local alert_flow_low_goodput = classes.class(alert)
|
|||
alert_flow_low_goodput.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_low_goodput,
|
||||
i18n_title = "alerts_dashboard.flow_low_goodput",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ local alert_flow_risk = classes.class(alert)
|
|||
alert_flow_risk.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_flow_risk,
|
||||
i18n_title = "alerts_dashboard.flow_risk",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_tcp_no_data_exchanged = classes.class(alert)
|
|||
alert_tcp_no_data_exchanged.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_tcp_no_data_exchanged,
|
||||
i18n_title = "flow_alerts_explorer.alert_tcp_no_data_exchanged_title",
|
||||
icon = "fas fa-arrow-circle-up",
|
||||
icon = "fas fa-fw fa-arrow-circle-up",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ local alert_iec_invalid_transition = classes.class(alert)
|
|||
alert_iec_invalid_transition.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_iec_invalid_transition,
|
||||
i18n_title = "alerts_dashboard.iec_invalid_transition",
|
||||
icon = "fas fa-subway",
|
||||
icon = "fas fa-fw fa-subway",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ local alert_iec_unexpected_type_id = classes.class(alert)
|
|||
alert_iec_unexpected_type_id.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_iec_unexpected_type_id,
|
||||
i18n_title = "alerts_dashboard.iec_unexpected_type_id",
|
||||
icon = "fas fa-subway",
|
||||
icon = "fas fa-fw fa-subway",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_internals = classes.class(alert)
|
|||
alert_internals.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_internals,
|
||||
i18n_title = "flow_details.not_purged",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ local alert_known_proto_on_non_std_port = classes.class(alert)
|
|||
alert_known_proto_on_non_std_port.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_known_proto_on_non_std_port,
|
||||
i18n_title = "alerts_dashboard.known_proto_on_non_std_port",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_longlived = classes.class(alert)
|
|||
alert_longlived.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_longlived,
|
||||
i18n_title = "flow_details.longlived_flow",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
@ -51,7 +51,7 @@ function alert_longlived.format(ifid, alert, alert_type_params)
|
|||
threshold = alert_type_params["longlived.threshold"]
|
||||
end
|
||||
|
||||
res = string.format("%s<sup><i class='fas fa-info-circle' aria-hidden='true' title='"..i18n("flow_details.longlived_flow_descr").."'></i></sup>", res)
|
||||
res = string.format("%s<sup><i class='fas fa-fw fa-info-circle' aria-hidden='true' title='"..i18n("flow_details.longlived_flow_descr").."'></i></sup>", res)
|
||||
|
||||
if threshold ~= "" then
|
||||
res = string.format("%s [%s]", res, i18n("flow_details.longlived_exceeded", {amount = secondsToTime(threshold)}))
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_malicious_signature = classes.class(alert)
|
|||
alert_malicious_signature.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_malicious_signature,
|
||||
i18n_title = "flow_risk.malicious_signature_detected",
|
||||
icon = "fas fa-ban",
|
||||
icon = "fas fa-fw fa-ban",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_ndpi_dns_suspicious_traffic = classes.class(alert)
|
|||
alert_ndpi_dns_suspicious_traffic.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_ndpi_dns_suspicious_traffic,
|
||||
i18n_title = "alerts_dashboard.ndpi_dns_suspicious_traffic_title",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_ndpi_http_numeric_ip_host = classes.class(alert)
|
|||
alert_ndpi_http_numeric_ip_host.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_ndpi_http_numeric_ip_host,
|
||||
i18n_title = "alerts_dashboard.ndpi_http_numeric_ip_host_title",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_ndpi_http_suspicious_header = classes.class(alert)
|
|||
alert_ndpi_http_suspicious_header.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_ndpi_http_suspicious_header,
|
||||
i18n_title = "alerts_dashboard.ndpi_http_suspicious_header_title",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_ndpi_http_suspicious_url = classes.class(alert)
|
|||
alert_ndpi_http_suspicious_url.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_ndpi_http_suspicious_url,
|
||||
i18n_title = "alerts_dashboard.ndpi_http_suspicious_url_title",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_ndpi_http_suspicious_user_agent = classes.class(alert)
|
|||
alert_ndpi_http_suspicious_user_agent.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_ndpi_http_suspicious_user_agent,
|
||||
i18n_title = "alerts_dashboard.ndpi_http_suspicious_user_agent_title",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_ndpi_malformed_packet = classes.class(alert)
|
|||
alert_ndpi_malformed_packet.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_ndpi_malformed_packet,
|
||||
i18n_title = "alerts_dashboard.ndpi_malformed_packet_title",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_ndpi_smb_insecure_version = classes.class(alert)
|
|||
alert_ndpi_smb_insecure_version.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_ndpi_smb_insecure_version,
|
||||
i18n_title = "alerts_dashboard.ndpi_smb_insecure_version_title",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_ndpi_ssh_obsolete = classes.class(alert)
|
|||
alert_ndpi_ssh_obsolete.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_ndpi_ssh_obsolete,
|
||||
i18n_title = "alerts_dashboard.ndpi_ssh_obsolete_title",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_ndpi_suspicious_dga_domain = classes.class(alert)
|
|||
alert_ndpi_suspicious_dga_domain.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_ndpi_suspicious_dga_domain,
|
||||
i18n_title = "alerts_dashboard.ndpi_suspicious_dga_domain_title",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_ndpi_tls_missing_sni = classes.class(alert)
|
|||
alert_ndpi_tls_missing_sni.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_ndpi_tls_missing_sni,
|
||||
i18n_title = "alerts_dashboard.ndpi_tls_missing_sni_title",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_ndpi_tls_not_carrying_https = classes.class(alert)
|
|||
alert_ndpi_tls_not_carrying_https.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_ndpi_tls_not_carrying_https,
|
||||
i18n_title = "alerts_dashboard.ndpi_tls_not_carrying_https_title",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_ndpi_tls_suspicious_esni_usage = classes.class(alert)
|
|||
alert_ndpi_tls_suspicious_esni_usage.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_ndpi_tls_suspicious_esni_usage,
|
||||
i18n_title = "alerts_dashboard.ndpi_tls_suspicious_esni_usage_title",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_ndpi_unsafe_protocol = classes.class(alert)
|
|||
alert_ndpi_unsafe_protocol.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_ndpi_unsafe_protocol,
|
||||
i18n_title = "alerts_dashboard.ndpi_unsafe_protocol_title",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_ndpi_url_possible_rce_injection = classes.class(alert)
|
|||
alert_ndpi_url_possible_rce_injection.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_ndpi_url_possible_rce_injection,
|
||||
i18n_title = "alerts_dashboard.ndpi_url_possible_rce_injection_title",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_ndpi_url_possible_sql_injection = classes.class(alert)
|
|||
alert_ndpi_url_possible_sql_injection.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_ndpi_url_possible_sql_injection,
|
||||
i18n_title = "alerts_dashboard.ndpi_url_possible_sql_injection_title",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_ndpi_url_possible_xss = classes.class(alert)
|
|||
alert_ndpi_url_possible_xss.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_ndpi_url_possible_xss,
|
||||
i18n_title = "alerts_dashboard.ndpi_url_possible_xss_title",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_potentially_dangerous_protocol = classes.class(alert)
|
|||
alert_potentially_dangerous_protocol.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_potentially_dangerous,
|
||||
i18n_title = "flow_details.potentially_dangerous_protocol",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_remote_access = classes.class(alert)
|
|||
alert_remote_access.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_remote_access,
|
||||
i18n_title = "alerts_dashboard.remote_access_title",
|
||||
icon = "fas fa-info",
|
||||
icon = "fas fa-fw fa-info",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ local alert_remote_to_local_insecure_proto = classes.class(alert)
|
|||
alert_remote_to_local_insecure_proto.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_remote_to_local_insecure_proto,
|
||||
i18n_title = "alerts_dashboard.remote_to_local_insecure_proto",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ local alert_remote_to_remote = classes.class(alert)
|
|||
alert_remote_to_remote.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_remote_to_remote,
|
||||
i18n_title = "alerts_dashboard.remote_to_remote",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ local alert_suspicious_file_transfer = classes.class(alert)
|
|||
alert_suspicious_file_transfer.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_suspicious_file_transfer,
|
||||
i18n_title = "alerts_dashboard.suspicious_file_transfer",
|
||||
icon = "fas fa-file-download",
|
||||
icon = "fas fa-fw fa-file-download",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
@ -51,9 +51,9 @@ function alert_suspicious_file_transfer.format(ifid, alert, alert_type_params)
|
|||
local extn = alert_type_params["protos.http.last_url"]:sub(-4):lower()
|
||||
|
||||
if extn == ".php" or extn == ".js" or extn == ".html" or extn == ".xml" or extn == ".cgi" then
|
||||
type_icon = '<i class="fas fa-file-code"></i>'
|
||||
type_icon = '<i class="fas fa-fw fa-file-code"></i>'
|
||||
elseif extn == ".png" or extn == ".jpg" then
|
||||
type_icon = '<i class="fas fa-file-image"></i>'
|
||||
type_icon = '<i class="fas fa-fw fa-file-image"></i>'
|
||||
end
|
||||
|
||||
res = i18n("alerts_dashboard.suspicious_file_transfer_url",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_tcp_connection_refused = classes.class(alert)
|
|||
alert_tcp_connection_refused.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_tcp_connection_refused,
|
||||
i18n_title = "flow_callbacks_config.tcp_connection_refused",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_tls_certificate_expired = classes.class(alert)
|
|||
alert_tls_certificate_expired.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_tls_certificate_expired,
|
||||
i18n_title = "flow_details.tls_certificate_expired",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_tls_certificate_mismatch = classes.class(alert)
|
|||
alert_tls_certificate_mismatch.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_tls_certificate_mismatch,
|
||||
i18n_title = "flow_details.tls_certificate_mismatch",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_tls_certificate_selfsigned = classes.class(alert)
|
|||
alert_tls_certificate_selfsigned.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_tls_certificate_selfsigned,
|
||||
i18n_title = "flow_details.tls_certificate_selfsigned",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_tls_old_protocol_version = classes.class(alert)
|
|||
alert_tls_old_protocol_version.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_tls_old_protocol_version,
|
||||
i18n_title = "flow_details.tls_old_protocol_version",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_tls_unsafe_ciphers = classes.class(alert)
|
|||
alert_tls_unsafe_ciphers.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_tls_unsafe_ciphers,
|
||||
i18n_title = "flow_details.tls_unsafe_ciphers",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ local alert_udp_unidirectional = classes.class(alert)
|
|||
alert_udp_unidirectional.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_udp_unidirectional,
|
||||
i18n_title = "flow_details.udp_unidirectional",
|
||||
icon = "fas fa-info-circle",
|
||||
icon = "fas fa-fw fa-info-circle",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_unexpected_dhcp_server = classes.class(alert)
|
|||
alert_unexpected_dhcp_server.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_unexpected_dhcp_server,
|
||||
i18n_title = "flow_alerts_explorer.alert_unexpected_dhcp_title",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
has_victim = true,
|
||||
has_attacker = true,
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_unexpected_dns_server = classes.class(alert)
|
|||
alert_unexpected_dns_server.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_unexpected_dns_server,
|
||||
i18n_title = "flow_alerts_explorer.alert_unexpected_dns_title",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
has_victim = true,
|
||||
has_attacker = true,
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_unexpected_ntp_server = classes.class(alert)
|
|||
alert_unexpected_ntp_server.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_unexpected_ntp_server,
|
||||
i18n_title = "flow_alerts_explorer.alert_unexpected_ntp_title",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
has_victim = true,
|
||||
has_attacker = true,
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_unexpected_smtp_server = classes.class(alert)
|
|||
alert_unexpected_smtp_server.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_unexpected_smtp_server,
|
||||
i18n_title = "flow_alerts_explorer.alert_unexpected_smtp_title",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
has_victim = true,
|
||||
has_attacker = true,
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_zero_tcp_window = classes.class(alert)
|
|||
alert_zero_tcp_window.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_zero_tcp_window,
|
||||
i18n_title = "flow_alerts_explorer.zero_tcp_window_title",
|
||||
icon = "fas fa-arrow-circle-up",
|
||||
icon = "fas fa-fw fa-arrow-circle-up",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ local host_alert_dns_server_contacts = classes.class(alert)
|
|||
host_alert_dns_server_contacts.meta = {
|
||||
alert_key = host_alert_keys.host_alert_dns_server_contacts,
|
||||
i18n_title = "alerts_dashboard.host_alert_dns_server_contacts",
|
||||
icon = "fas fa-life-ring",
|
||||
icon = "fas fa-fw fa-life-ring",
|
||||
has_victim = true,
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ local host_alert_dns_traffic = classes.class(alert)
|
|||
host_alert_dns_traffic.meta = {
|
||||
alert_key = host_alert_keys.host_alert_dns_traffic,
|
||||
i18n_title = "alerts_dashboard.threashold_cross",
|
||||
icon = "fas fa-arrow-circle-up",
|
||||
icon = "fas fa-fw fa-arrow-circle-up",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ local host_alert_flow_anomaly = classes.class(alert)
|
|||
host_alert_flow_anomaly.meta = {
|
||||
alert_key = host_alert_keys.host_alert_flows_anomaly,
|
||||
i18n_title = "alerts_dashboard.flow_anomaly",
|
||||
icon = "fas fa-life-ring",
|
||||
icon = "fas fa-fw fa-life-ring",
|
||||
has_attacker = true,
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ local host_alert_flow_flood = classes.class(alert)
|
|||
host_alert_flow_flood.meta = {
|
||||
alert_key = host_alert_keys.host_alert_flow_flood,
|
||||
i18n_title = "alerts_dashboard.flow_flood",
|
||||
icon = "fas fa-life-ring",
|
||||
icon = "fas fa-fw fa-life-ring",
|
||||
has_attacker = true,
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ local host_alert_ntp_server_contacts = classes.class(alert)
|
|||
host_alert_ntp_server_contacts.meta = {
|
||||
alert_key = host_alert_keys.host_alert_ntp_server_contacts,
|
||||
i18n_title = "alerts_dashboard.host_alert_ntp_server_contacts",
|
||||
icon = "fas fa-life-ring",
|
||||
icon = "fas fa-fw fa-life-ring",
|
||||
has_victim = true,
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ local host_alert_p2p_traffic = classes.class(alert)
|
|||
host_alert_p2p_traffic.meta = {
|
||||
alert_key = host_alert_keys.host_alert_p2p_traffic,
|
||||
i18n_title = "alerts_dashboard.threashold_cross",
|
||||
icon = "fas fa-arrow-circle-up",
|
||||
icon = "fas fa-fw fa-arrow-circle-up",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ local host_alert_remote_connection = classes.class(alert)
|
|||
host_alert_remote_connection.meta = {
|
||||
alert_key = host_alert_keys.host_alert_remote_connection,
|
||||
i18n_title = "alerts_dashboard.remote_connection_title",
|
||||
icon = "fas fa-info",
|
||||
icon = "fas fa-fw fa-info",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ local host_alert_score = classes.class(alert)
|
|||
host_alert_score.meta = {
|
||||
alert_key = host_alert_keys.host_alert_score,
|
||||
i18n_title = "alerts_dashboard.threashold_cross",
|
||||
icon = "fas fa-arrow-circle-up",
|
||||
icon = "fas fa-fw fa-arrow-circle-up",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ local host_alert_score_anomaly = classes.class(alert)
|
|||
host_alert_score_anomaly.meta = {
|
||||
alert_key = host_alert_keys.host_alert_score_anomaly,
|
||||
i18n_title = "alerts_dashboard.score_anomaly",
|
||||
icon = "fas fa-life-ring",
|
||||
icon = "fas fa-fw fa-life-ring",
|
||||
has_attacker = true,
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ local host_alert_smtp_server_contacts = classes.class(alert)
|
|||
host_alert_smtp_server_contacts.meta = {
|
||||
alert_key = host_alert_keys.host_alert_smtp_server_contacts,
|
||||
i18n_title = "alerts_dashboard.host_alert_smtp_server_contacts",
|
||||
icon = "fas fa-life-ring",
|
||||
icon = "fas fa-fw fa-life-ring",
|
||||
has_victim = true,
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ local alert_tcp_syn_flood = classes.class(alert)
|
|||
alert_tcp_syn_flood.meta = {
|
||||
alert_key = host_alert_keys.host_alert_syn_flood,
|
||||
i18n_title = "alerts_dashboard.tcp_syn_flood",
|
||||
icon = "fas fa-life-ring",
|
||||
icon = "fas fa-fw fa-life-ring",
|
||||
has_attacker = true,
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ local host_alert_tcp_syn_scan = classes.class(alert)
|
|||
host_alert_tcp_syn_scan.meta = {
|
||||
alert_key = host_alert_keys.host_alert_syn_scan,
|
||||
i18n_title = "alerts_dashboard.tcp_syn_scan",
|
||||
icon = "fas fa-life-ring",
|
||||
icon = "fas fa-fw fa-life-ring",
|
||||
has_attacker = true,
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_am_threshold_cross = classes.class(alert)
|
|||
alert_am_threshold_cross.meta = {
|
||||
alert_key = other_alert_keys.alert_am_threshold_cross,
|
||||
i18n_title = "graphs.active_monitoring",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_broadcast_domain_too_large = classes.class(alert)
|
|||
alert_broadcast_domain_too_large.meta = {
|
||||
alert_key = other_alert_keys.alert_broadcast_domain_too_large,
|
||||
i18n_title = "alerts_dashboard.broadcast_domain_too_large",
|
||||
icon = "fas fa-sitemap",
|
||||
icon = "fas fa-fw fa-sitemap",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ local alert_contacts_anomaly = classes.class(alert)
|
|||
alert_contacts_anomaly.meta = {
|
||||
alert_key = other_alert_keys.alert_contacts_anomaly,
|
||||
i18n_title = "alerts_dashboard.unexpected_host_behaviour_contacts_title",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_device_connection = classes.class(alert)
|
|||
alert_device_connection.meta = {
|
||||
alert_key = other_alert_keys.alert_device_connection,
|
||||
i18n_title = "alerts_dashboard.device_connection",
|
||||
icon = "fas fa-sign-in",
|
||||
icon = "fas fa-fw fa-sign-in",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_device_disconnection = classes.class(alert)
|
|||
alert_device_disconnection.meta = {
|
||||
alert_key = other_alert_keys.alert_device_disconnection,
|
||||
i18n_title = "alerts_dashboard.device_disconnection",
|
||||
icon = "fas fa-sign-out",
|
||||
icon = "fas fa-fw fa-sign-out",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_dropped_alerts = classes.class(alert)
|
|||
alert_dropped_alerts.meta = {
|
||||
alert_key = other_alert_keys.alert_dropped_alerts,
|
||||
i18n_title = i18n("show_alerts.dropped_alerts"),
|
||||
icon = "fas fa-exclamation-triangle",
|
||||
icon = "fas fa-fw fa-exclamation-triangle",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ local alert_excessive_traffic = classes.class(alert)
|
|||
alert_excessive_traffic.meta = {
|
||||
alert_key = other_alert_keys.alert_excessive_traffic,
|
||||
i18n_title = "excessive_traffic.title",
|
||||
icon = "fas fa-arrow-circle-up",
|
||||
icon = "fas fa-fw fa-arrow-circle-up",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_fail2ban_executed = classes.class(alert)
|
|||
alert_fail2ban_executed.meta = {
|
||||
alert_key = other_alert_keys.alert_fail2ban_executed,
|
||||
i18n_title = "alerts_dashboard.fail2ban",
|
||||
icon = "fas fa-info-circle",
|
||||
icon = "fas fa-fw fa-info-circle",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ local alert_flow_flood_victim = classes.class(alert)
|
|||
alert_flow_flood_victim.meta = {
|
||||
alert_key = other_alert_keys.alert_flow_flood_victim,
|
||||
i18n_title = "alerts_dashboard.flow_flood_victim",
|
||||
icon = "fas fa-life-ring",
|
||||
icon = "fas fa-fw fa-life-ring",
|
||||
has_victim = true,
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_ghost_network = classes.class(alert)
|
|||
alert_ghost_network.meta = {
|
||||
alert_key = other_alert_keys.alert_ghost_network,
|
||||
i18n_title = "alerts_dashboard.ghost_network_detected",
|
||||
icon = "fas fa-ghost",
|
||||
icon = "fas fa-fw fa-ghost",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_host_pool_connection = classes.class(alert)
|
|||
alert_host_pool_connection.meta = {
|
||||
alert_key = other_alert_keys.alert_host_pool_connection,
|
||||
i18n_title = "alerts_dashboard.host_pool_connection",
|
||||
icon = "fas fa-sign-in",
|
||||
icon = "fas fa-fw fa-sign-in",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_host_pool_disconnection = classes.class(alert)
|
|||
alert_host_pool_disconnection.meta = {
|
||||
alert_key = other_alert_keys.alert_host_pool_disconnection,
|
||||
i18n_title = "alerts_dashboard.host_pool_disconnection",
|
||||
icon = "fas fa-sign-out",
|
||||
icon = "fas fa-fw fa-sign-out",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_influxdb_error = classes.class(alert)
|
|||
alert_influxdb_error.meta = {
|
||||
alert_key = other_alert_keys.alert_influxdb_error,
|
||||
i18n_title = "alerts_dashboard.influxdb_error",
|
||||
icon = "fas fa-database",
|
||||
icon = "fas fa-fw fa-database",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_influxdb_export_failure = classes.class(alert)
|
|||
alert_influxdb_export_failure.meta = {
|
||||
alert_key = other_alert_keys.alert_influxdb_export_failure,
|
||||
i18n_title = "alerts_dashboard.influxdb_export_failure",
|
||||
icon = "fas fa-database",
|
||||
icon = "fas fa-fw fa-database",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_ip_outsite_dhcp_range = classes.class(alert)
|
|||
alert_ip_outsite_dhcp_range.meta = {
|
||||
alert_key = other_alert_keys.alert_ip_outsite_dhcp_range,
|
||||
i18n_title = "alerts_dashboard.misconfigured_dhcp_range",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_lateral_movement = classes.class(alert)
|
|||
alert_lateral_movement.meta = {
|
||||
alert_key = other_alert_keys.alert_lateral_movement,
|
||||
i18n_title = "alerts_dashboard.lateral_movement",
|
||||
icon = "fas fa-arrows-alt-h",
|
||||
icon = "fas fa-fw fa-arrows-alt-h",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
@ -51,7 +51,7 @@ function alert_lateral_movement.format(ifid, alert, alert_type_params)
|
|||
local server = {host = msg.dhost, vlan = vlan_id}
|
||||
|
||||
local rsp = hostinfo2detailshref(client, nil, hostinfo2label(client))..
|
||||
" <i class=\"fas fa-exchange-alt fa-lg\" aria-hidden=\"true\" data-original-title=\"\" title=\"\"></i> " ..
|
||||
" <i class=\"fas fa-fw fa-exchange-alt fa-lg\" aria-hidden=\"true\" data-original-title=\"\" title=\"\"></i> " ..
|
||||
hostinfo2detailshref(server, nil, hostinfo2label(server))
|
||||
|
||||
rsp = rsp .. " ["..interface.getnDPIProtoName(msg.l7).."]"
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_list_download_failed = classes.class(alert)
|
|||
alert_list_download_failed.meta = {
|
||||
alert_key = other_alert_keys.alert_list_download_failed,
|
||||
i18n_title = "alerts_dashboard.list_download_failed",
|
||||
icon = "fas fa-sticky-note",
|
||||
icon = "fas fa-fw fa-sticky-note",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_list_download_succeeded = classes.class(alert)
|
|||
alert_list_download_succeeded.meta = {
|
||||
alert_key = other_alert_keys.alert_list_download_succeeded,
|
||||
i18n_title = "alerts_dashboard.list_download_succeeded",
|
||||
icon = "fas fa-sticky-note",
|
||||
icon = "fas fa-fw fa-sticky-note",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_login_failed = classes.class(alert)
|
|||
alert_login_failed.meta = {
|
||||
alert_key = other_alert_keys.alert_login_failed,
|
||||
i18n_title = "alerts_dashboard.login_failed",
|
||||
icon = "fas fa-sign-in",
|
||||
icon = "fas fa-fw fa-sign-in",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_mac_ip_association_change = classes.class(alert)
|
|||
alert_mac_ip_association_change.meta = {
|
||||
alert_key = other_alert_keys.alert_mac_ip_association_change,
|
||||
i18n_title = "alerts_dashboard.mac_ip_association_change",
|
||||
icon = "fas fa-exchange-alt",
|
||||
icon = "fas fa-fw fa-exchange-alt",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_misconfigured_app = classes.class(alert)
|
|||
alert_misconfigured_app.meta = {
|
||||
alert_key = other_alert_keys.alert_misconfigured_app,
|
||||
i18n_title = "alerts_dashboard.misconfigured_app",
|
||||
icon = "fas fa-cog",
|
||||
icon = "fas fa-fw fa-cog",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_nfq_flushed = classes.class(alert)
|
|||
alert_nfq_flushed.meta = {
|
||||
alert_key = other_alert_keys.alert_nfq_flushed,
|
||||
i18n_title = "alerts_dashboard.nfq_flushed",
|
||||
icon = "fas fa-angle-double-down",
|
||||
icon = "fas fa-fw fa-angle-double-down",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ local alert_ngi_trust_event = classes.class(alert)
|
|||
alert_ngi_trust_event.meta = {
|
||||
alert_key = other_alert_keys.alert_ngi_trust_event,
|
||||
i18n_title = "alerts_dashboard.ngi_trust_event",
|
||||
icon = "fas fa-home",
|
||||
icon = "fas fa-fw fa-home",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_no_if_activity = classes.class(alert)
|
|||
alert_no_if_activity.meta = {
|
||||
alert_key = other_alert_keys.alert_no_if_activity,
|
||||
i18n_title = "no_if_activity.alert_no_activity_title",
|
||||
icon = "fas fa-arrow-circle-up",
|
||||
icon = "fas fa-fw fa-arrow-circle-up",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ local alert_periodic_activity_not_executed = classes.class(alert)
|
|||
alert_periodic_activity_not_executed.meta = {
|
||||
alert_key = other_alert_keys.alert_periodic_activity_not_executed,
|
||||
i18n_title = "alerts_dashboard.periodic_activity_not_executed",
|
||||
icon = "fas fa-undo",
|
||||
icon = "fas fa-fw fa-undo",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ local alert_periodicity_update = classes.class(alert)
|
|||
alert_periodicity_update.meta = {
|
||||
alert_key = other_alert_keys.alert_periodicity_update,
|
||||
i18n_title = "alerts_dashboard.alert_periodicity_update",
|
||||
icon = "fas fa-arrows-alt-h",
|
||||
icon = "fas fa-fw fa-arrows-alt-h",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_port_duplexstatus_change = classes.class(alert)
|
|||
alert_port_duplexstatus_change.meta = {
|
||||
alert_key = other_alert_keys.alert_port_duplexstatus_change,
|
||||
i18n_title = "alerts_dashboard.snmp_port_duplexstatus_change",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_port_errors = classes.class(alert)
|
|||
alert_port_errors.meta = {
|
||||
alert_key = other_alert_keys.alert_port_errors,
|
||||
i18n_title = "alerts_dashboard.snmp_port_errors",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_port_load_threshold_exceeded = classes.class(alert)
|
|||
alert_port_load_threshold_exceeded.meta = {
|
||||
alert_key = other_alert_keys.alert_port_load_threshold_exceeded,
|
||||
i18n_title = "alerts_dashboard.snmp_port_load_threshold_exceeded",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_port_mac_changed = classes.class(alert)
|
|||
alert_port_mac_changed.meta = {
|
||||
alert_key = other_alert_keys.alert_port_mac_changed,
|
||||
i18n_title = "alerts_dashboard.alert_snmp_interface_mac_changed_title",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_port_status_change = classes.class(alert)
|
|||
alert_port_status_change.meta = {
|
||||
alert_key = other_alert_keys.alert_port_status_change,
|
||||
i18n_title = "alerts_dashboard.snmp_port_status_change",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_process_notification = classes.class(alert)
|
|||
alert_process_notification.meta = {
|
||||
alert_key = other_alert_keys.alert_process_notification,
|
||||
i18n_title = "alerts_dashboard.process",
|
||||
icon = "fas fa-truck",
|
||||
icon = "fas fa-fw fa-truck",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ local alert_quota_exceeded = classes.class(alert)
|
|||
alert_quota_exceeded.meta = {
|
||||
alert_key = other_alert_keys.alert_quota_exceeded,
|
||||
i18n_title = "alerts_dashboard.quota_exceeded",
|
||||
icon = "fas fa-thermometer-full",
|
||||
icon = "fas fa-fw fa-thermometer-full",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ local alert_shell_script_executed = classes.class(alert)
|
|||
alert_shell_script_executed.meta = {
|
||||
alert_key = other_alert_keys.alert_shell_script_executed,
|
||||
i18n_title = "alerts_dashboard.shell_script",
|
||||
icon = "fas fa-info-circle",
|
||||
icon = "fas fa-fw fa-info-circle",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ local alert_slow_periodic_activity = classes.class(alert)
|
|||
alert_slow_periodic_activity.meta = {
|
||||
alert_key = other_alert_keys.alert_slow_periodic_activity,
|
||||
i18n_title = "alerts_dashboard.slow_periodic_activity",
|
||||
icon = "fas fa-undo",
|
||||
icon = "fas fa-fw fa-undo",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ local alert_slow_purge = classes.class(alert)
|
|||
alert_slow_purge.meta = {
|
||||
alert_key = other_alert_keys.alert_slow_purge,
|
||||
i18n_title = "alerts_dashboard.slow_purge",
|
||||
icon = "fas fa-exclamation",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue