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