Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# This is the main ndctl monitor configuration file. It contains the
2
# configuration directives that give ndctl monitor instructions.
3
# You can change the configuration of ndctl monitor by editing this
4
# file or using [--config-file=<file>] option to override this one.
5
# The changed value will work after restart ndctl monitor service.
6
 
7
# In this file, lines starting with a hash (#) are comments.
8
# The configurations should follow <key> = <value> style.
9
# Multiple space-separated values are allowed, but except the following
10
# characters: : ? / \ % " ' $ & ! * { } [ ] ( ) = < > @
11
 
12
# The objects to monitor are filtered via dimm's name by setting key "dimm".
13
# If this value is different from the value of [--dimm=<value>] option,
14
# both of the values will work.
15
# dimm = all
16
 
17
# The objects to monitor are filtered via its parent bus by setting key "bus".
18
# If this value is different from the value of [--bus=<value>] option,
19
# both of the values will work.
20
# bus = all
21
 
22
# The objects to monitor are filtered via region by setting key "region".
23
# If this value is different from the value of [--region=<value>] option,
24
# both of the values will work.
25
# region = all
26
 
27
# The objects to monitor are filtered via namespace by setting key "namespace".
28
# If this value is different from the value of [--namespace=<value>] option,
29
# both of the values will work.
30
# namespace = all
31
 
32
# The DIMM events to monitor are filtered via event type by setting key
33
# "dimm-event". If this value is different from the value of
34
# [--dimm-event=<value>] option, both of the values will work.
35
# dimm-event = all
36
 
37
# Users can choose to output the notifications to syslog (log=syslog),
38
# to standard output (log=standard) or to write into a special file (log=<file>)
39
# by setting key "log". If this value is in conflict with the value of
40
# [--log=<value>] option, this value will be ignored.
41
# Note: Setting value to "standard" or relative path for <file> will not work
42
# when running moniotr as a daemon.
43
# log = /var/log/ndctl/monitor.log