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') |
| 9 | option('send-to-logger', type: 'boolean', |
| 10 | description: 'Automatically log events to Redfish for pulse type assert-deassert sensor events') |