blob: 1c0866c4dd9abbfa5274680f8816ff9cf7f8748a [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')