09fe3f467f
Add events for dhcp-relay, bgp, syncd, & kernel.
13 lines
287 B
JSON
13 lines
287 B
JSON
[
|
|
{
|
|
"tag": "event-stopped-ctr",
|
|
"regex": "Stopped ([a-zA-Z-_\\s]*) container",
|
|
"params": [ "ctr_name" ]
|
|
},
|
|
{
|
|
"tag": "watchdog-timeout",
|
|
"regex": "(?:watchdog|Watchdog) timeout .limit.([0-9])min.",
|
|
"params": [ "limit" ]
|
|
}
|
|
]
|