Skip to content

Commit a5b9059

Browse files
wsycqyzAharonMalkin
authored andcommitted
Fix the ignore pattern - leapsecond file expired warning (sonic-net#19332)
What is the motivation for this PR? The following syslog should be ignored. 2025 Jul 1 09:30:14.223456 bjw2-can-8102-1 ERR ntpd[224326]: CLOCK: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): expired less than 4 days ago How did you do it? Change the ignore pattern How did you verify/test it? Verify with physical testbed Signed-off-by: Aharon Malkin <[email protected]>
1 parent 488b1c1 commit a5b9059

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/roles/test/files/tools/loganalyzer/loganalyzer_common_ignore.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ r, ".* ERR ntpd\[\d*\]: nss_tacplus: .*"
317317
r, ".* ERR chronyd\[\d*\]: nss_tacplus: .*"
318318

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

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

0 commit comments

Comments
 (0)