blob: 0ca32143267dcc0355dc7b04e795174997f2ef6e [file] [log] [blame]
William A. Kennington III147b1fd2021-07-29 14:00:31 -07001option('log-threshold', type: 'boolean',
2 description: 'Automatically log SEL records for threshold sensor events')
3option('log-pulse', type: 'boolean',
4 description: 'Automatically log events to Redfish for pulse type assert-deassert sensor events')
5option('log-watchdog', type: 'boolean',
6 description: 'Automatically log SEL records for watchdog events')
7option('log-alarm', type: 'boolean',
8 description: 'Monitor threshold alarm signals and log SEL records for threshold sensor events')
JinFuLin7c2810b2022-12-02 13:55:28 +08009option('log-host', type: 'boolean',
10 description: 'Automatically log SEL records for host error events')
William A. Kennington III147b1fd2021-07-29 14:00:31 -070011option('send-to-logger', type: 'boolean',
12 description: 'Automatically log events to Redfish for pulse type assert-deassert sensor events')
Jonico Eustaquio9fa224c2024-01-10 13:08:52 -060013option('sel-delete', type: 'boolean',
Jonico Eustaquio9c495c62024-07-02 16:35:14 -050014 description: 'Enables ability to delete SEL entries given a record ID')