blob: 82bd69dc2bbffd76b7650a4d16f1f22c493c837d [file] [log] [blame]
Patrick Williams6e696122025-02-01 08:37:01 -05001option(
2 'log-threshold',
3 type: 'boolean',
4 description: 'Automatically log SEL records for threshold sensor events',
5)
6option(
7 'log-pulse',
8 type: 'boolean',
9 description: 'Automatically log events to Redfish for pulse type assert-deassert sensor events',
10)
11option(
12 'log-watchdog',
13 type: 'boolean',
14 description: 'Automatically log SEL records for watchdog events',
15)
16option(
17 'log-alarm',
18 type: 'boolean',
19 description: 'Monitor threshold alarm signals and log SEL records for threshold sensor events',
20)
21option(
22 'log-host',
23 type: 'boolean',
24 description: 'Automatically log SEL records for host error events',
25)
26option(
27 'send-to-logger',
28 type: 'boolean',
29 description: 'Automatically log events to Redfish for pulse type assert-deassert sensor events',
30)
31option(
32 'sel-delete',
33 type: 'boolean',
34 description: 'Enables ability to delete SEL entries given a record ID',
35)