Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ r, ".* ERR ntpd\[\d*\]: nss_tacplus: .*"
r, ".* ERR chronyd\[\d*\]: nss_tacplus: .*"

# ignore leap second file NTP daemon (ntpd) is using has passed its expiration date
r, ".* ERR ntpd\[\d*\]:.*leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): expired.*"
r, ".* ERR ntpd\[\d*\]:.*leapsecond file \('/usr/share/zoneinfo/leap-seconds\.list'\): expired.*"

# Ignore auditd error
r, ".* ERR auditd\[\d*\]: Error receiving audit netlink packet \(No buffer space available\)"
Expand Down
Loading