382d68fe42
### Why I did it syncd events should have tag sonic-events-syncd, not sonic-events-host. Created a new conf file which will have syncd events ##### Work item tracking - Microsoft ADO **(number only)**:17747466 #### How I did it Code change #### How to verify it Pipeline
34 lines
739 B
JSON
34 lines
739 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": "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"
|
|
}
|
|
]
|
|
}
|