Blame SOURCES/mcelog.conf

6a8b43
#
6a8b43
# config file for mcelog
6a8b43
# For further options, see the mcelog manpage and documentation
6a8b43
#
6a8b43
6a8b43
# Filter out known broken events by default
6a8b43
filter = yes
6a8b43
# don't log memory errors individually
6a8b43
#filter-memory-errors = yes
6a8b43
6a8b43
# output in undecoded raw format to be easier machine readable
6a8b43
#raw = yes
6a8b43
6a8b43
[server]
6a8b43
# An upstream bug prevents this from being disabled
6a8b43
# Only allow root to connect by default
6a8b43
client-user = root
6a8b43
# Path to socket client uses to connect
6a8b43
socket-path = /var/run/mcelog-client
6a8b43
6a8b43
[dimm]
6a8b43
# Enable DIMM-tracking
6a8b43
dimm-tracking-enabled = yes
6a8b43
# Disable DIMM DMI pre-population unless supported on your system
6a8b43
dmi-prepopulate = no
6a8b43
6a8b43
# execute these triggers when the rate of corrected or uncorrected
6a8b43
# errors per DIMM exceeds the threshold
6a8b43
uc-error-trigger = dimm-error-trigger
6a8b43
uc-error-threshold = 1 / 24h
6a8b43
ce-error-trigger = dimm-error-trigger
6a8b43
ce-error-threshold = 10 / 24h
6a8b43
6a8b43
[socket]
6a8b43
# Memory error accounting per socket
6a8b43
socket-tracing-enabled = yes
6a8b43
mem-uc-error-threshold = 100 / 24h
6a8b43
mem-ce-error-trigger = socket-memory-error-trigger
6a8b43
mem-ce-error-threshold = 100 / 24h
6a8b43
mem-ce-error-log = yes
6a8b43
6a8b43
[cache]
6a8b43
# Attempt to off-line CPUs causing cache errors
6a8b43
cache-threshold-trigger = cache-error-trigger
6a8b43
cache-threshold-log = yes
6a8b43
6a8b43
[page]
6a8b43
# Try to soft-offline a 4K page if it exceeds the threshold
6a8b43
memory-ce-threshold = 10 / 24h
6a8b43
memory-ce-trigger = page-error-trigger
6a8b43
memory-ce-log = yes
6a8b43
memory-ce-action = soft
6a8b43
6a8b43
[trigger]
6a8b43
# Maximum number of running triggers
6a8b43
children-max = 2
6a8b43
directory = /etc/mcelog/triggers