2022-09-21 11:20:53 -05:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"tag": "event-stopped-ctr",
|
|
|
|
"regex": "Stopped ([a-zA-Z-_\\s]*) container",
|
2022-10-09 22:23:31 -05:00
|
|
|
"params": [ "ctr_name" ]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"tag": "watchdog-timeout",
|
|
|
|
"regex": "(?:watchdog|Watchdog) timeout .limit.([0-9])min.",
|
|
|
|
"params": [ "limit" ]
|
2022-09-21 11:20:53 -05:00
|
|
|
}
|
|
|
|
]
|