William A. Kennington III | 147b1fd | 2021-07-29 14:00:31 -0700 | [diff] [blame] | 1 | option('log-threshold', type: 'boolean', |
| 2 | description: 'Automatically log SEL records for threshold sensor events') |
| 3 | option('log-pulse', type: 'boolean', |
| 4 | description: 'Automatically log events to Redfish for pulse type assert-deassert sensor events') |
| 5 | option('log-watchdog', type: 'boolean', |
| 6 | description: 'Automatically log SEL records for watchdog events') |
| 7 | option('log-alarm', type: 'boolean', |
| 8 | description: 'Monitor threshold alarm signals and log SEL records for threshold sensor events') |
JinFuLin | 7c2810b | 2022-12-02 13:55:28 +0800 | [diff] [blame] | 9 | option('log-host', type: 'boolean', |
| 10 | description: 'Automatically log SEL records for host error events') |
William A. Kennington III | 147b1fd | 2021-07-29 14:00:31 -0700 | [diff] [blame] | 11 | option('send-to-logger', type: 'boolean', |
| 12 | description: 'Automatically log events to Redfish for pulse type assert-deassert sensor events') |
Jonico Eustaquio | 9fa224c | 2024-01-10 13:08:52 -0600 | [diff] [blame] | 13 | option('sel-delete', type: 'boolean', |
| 14 | description: 'Enables ability to delete SEL entries given a record ID') |