d89dde3b6d
### Why I did it ### How I did it Fix regex such that dhcp bind failure event is detected as well as process name since dhcp relay processes that need to be detected are dhcprelay6 and dhcrelay. #### How to verify it Manual testing and nightly test event
10 lines
172 B
JSON
10 lines
172 B
JSON
{
|
|
"yang_module": "sonic-events-dhcp-relay",
|
|
"proclist": [
|
|
{
|
|
"name": "dhc*",
|
|
"parse_json": "dhcp_relay_regex.json"
|
|
}
|
|
]
|
|
}
|