Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
#
2
# config file for mcelog
3
# For further options, see the mcelog manpage and documentation
4
#
5
 
6
# Filter out known broken events by default
7
filter = yes
8
# don't log memory errors individually
9
#filter-memory-errors = yes
10
 
11
# output in undecoded raw format to be easier machine readable
12
#raw = yes
13
 
14
[server]
15
# An upstream bug prevents this from being disabled
16
# Only allow root to connect by default
17
client-user = root
18
# Path to socket client uses to connect
19
socket-path = /var/run/mcelog-client
20
 
21
[dimm]
22
# Enable DIMM-tracking
23
dimm-tracking-enabled = yes
24
# Disable DIMM DMI pre-population unless supported on your system
25
dmi-prepopulate = no
26
 
27
# execute these triggers when the rate of corrected or uncorrected
28
# errors per DIMM exceeds the threshold
29
uc-error-trigger = dimm-error-trigger
30
uc-error-threshold = 1 / 24h
31
ce-error-trigger = dimm-error-trigger
32
ce-error-threshold = 10 / 24h
33
 
34
[socket]
35
# Memory error accounting per socket
36
socket-tracing-enabled = yes
37
mem-uc-error-threshold = 100 / 24h
38
mem-ce-error-trigger = socket-memory-error-trigger
39
mem-ce-error-threshold = 100 / 24h
40
mem-ce-error-log = yes
41
 
42
[cache]
43
# Attempt to off-line CPUs causing cache errors
44
cache-threshold-trigger = cache-error-trigger
45
cache-threshold-log = yes
46
 
47
[page]
48
# Try to soft-offline a 4K page if it exceeds the threshold
49
memory-ce-threshold = 10 / 24h
50
memory-ce-trigger = page-error-trigger
51
memory-ce-log = yes
52
memory-ce-action = soft
53
 
54
[trigger]
55
# Maximum number of running triggers
56
children-max = 2
57
directory = /etc/mcelog/triggers