Ravi Teja | e26b91a | 2021-07-28 23:46:44 -0500 | [diff] [blame] | 1 | - name: errorlog path group |
2 | class: group | ||||
3 | group: path | ||||
4 | members: | ||||
5 | - meta: PATH | ||||
6 | path: /xyz/openbmc_project/logging | ||||
7 | |||||
8 | - name: pathwatch errorlog | ||||
9 | class: pathwatch | ||||
10 | pathwatch: path | ||||
11 | paths: errorlog path group | ||||
12 | pathcallback: create errorlog trap | ||||
13 | |||||
14 | - name: create errorlog trap | ||||
15 | class: pathcallback | ||||
16 | pathcallback: eventpath | ||||
17 | paths: errorlog path group | ||||
18 | eventType: ErrorTrap |