Skip to content

Commit ec0d1b0

Browse files
authored
Modify regex for watchdog-timeout (#19383)
How I did it Modify regex for rsyslog_plugin to detect watchdog-timeout How to verify it Manual test/Pipeline test once sonic-mgmt test case is merged
1 parent 4a3dedd commit ec0d1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/build_templates/systemd_regex.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
{
88
"tag": "watchdog-timeout",
9-
"regex": "(?:watchdog|Watchdog) timeout .limit.([0-9])min.",
9+
"regex": ".*(?:watchdog|Watchdog) timeout .limit.([0-9])min.",
1010
"params": [ "limit" ]
1111
}
1212
]

0 commit comments

Comments
 (0)