98ace33b0f
Added events for select op, alpm parity error, moved dhcp events from host to container
38 lines
834 B
JSON
38 lines
834 B
JSON
{
|
|
"yang_module": "sonic-events-host",
|
|
"proclist": [
|
|
{
|
|
"name": "monit",
|
|
"parse_json": "monit_regex.json"
|
|
},
|
|
{
|
|
"name": "sshd",
|
|
"parse_json": "sshd_regex.json"
|
|
},
|
|
{
|
|
"name": "systemd",
|
|
"parse_json": "systemd_regex.json"
|
|
},
|
|
{
|
|
"name": "syncd",
|
|
"parse_json": "syncd_regex.json"
|
|
},
|
|
{
|
|
"name": "kernel",
|
|
"parse_json": "kernel_regex.json"
|
|
},
|
|
{
|
|
"name": "dockerd",
|
|
"parse_json": "dockerd_regex.json"
|
|
},
|
|
{
|
|
"name": "arista",
|
|
"parse_json": "seu_regex.json"
|
|
},
|
|
{
|
|
"name": "python3",
|
|
"parse_json": "seu_regex.json"
|
|
}
|
|
]
|
|
}
|