phosphor-sel-logger
Build Options
option | default | description | Macro |
---|---|---|---|
log-threshold | disable | Automatically log SEL records for threshold sensor events | SEL_LOGGER_MONITOR_THRESHOLD_EVENTS |
log-pulse | disable | Automatically log events to Redfish for pulse type assert-deassert sensor events | REDFISH_LOG_MONITOR_PULSE_EVENTS |
log-watchdog | disable | Automatically log SEL records for watchdog events | SEL_LOGGER_MONITOR_WATCHDOG_EVENTS |
log-alarm | disable | Monitor threshold alarm signals and log SEL records for threshold sensor events | SEL_LOGGER_MONITOR_THRESHOLD_ALARM_EVENTS |
log-host | disable | Automatically log SEL records for host error events | SEL_LOGGER_MONITOR_HOST_ERROR_EVENTS |
send-to-logger | disable | Automatically log events to Redfish for pulse type assert-deassert sensor events | SEL_LOGGER_SEND_TO_LOGGING_SERVICE |
sel-delete | disable | Enables ability to delete SEL entries given a record ID | SEL_LOGGER_ENABLE_SEL_DELETE |
Output
Type | Name |
---|---|
exe | sel-logger |
.service | xyz.openbmc_project.Logging.IPMI.service |
DBus
service:
- xyz.openbmc_project.Logging.IPMI #service
- /xyz/openbmc_project/Logging/IPMI: #path
- xyz.openbmc_project.Logging.IPMI: #interface
method:
- IpmiSelAdd:
- IpmiSelAddOem:
- Clear:
options:
- send-to-logger: disable
- IpmiSelDelete:
option:
- send-to-logger : disable
- sel-delete : enable
send-to-logger
if 'send-to-logger' is enabled, sel log data will be send to phosphor-logging instead of send to systemd
标签:sel,log,disable,phosphor,logger,SEL,events From: https://www.cnblogs.com/zl-yang/p/18243892