Skip to content

Commit

Permalink
Ignore NTP leap second file expired syslog
Browse files Browse the repository at this point in the history
  • Loading branch information
wsycqyz committed Jan 6, 2025
1 parent ab9cd0d commit 57684a0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,9 @@ r, ".* ERR sshd\[\d*\]: auth fail.*"
# ignore NTP nss_tacplus error, which will happen when reload config, because NTPD will invoke getpwnap API but nss_tacplus will re-render during reload config
r, ".* ERR ntpd\[\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.*"

# Ignore auditd error
r, ".* ERR auditd\[\d*\]: Error receiving audit netlink packet \(No buffer space available\)"
r, ".* ERR audisp-tacplus: tac_connect_single: connection failed with.*Interrupted system call"
Expand Down

0 comments on commit 57684a0

Please sign in to comment.