1GATHERD.CONF(5)            Linux Programmers Manual            GATHERD.CONF(5)
2
3
4

NAME

6       gatherd.conf - SBLIM metric repository daemon configuration file
7

DESCRIPTION

9       The file gatherd.conf is read by gatherd(8) at startup. Each line
10       consists of a configuration option value pair delimited by an '='
11       character. A '#' (number sign) indicates the beginning of a comment.
12

OPTIONS

14       RepositoryHost=addr
15           The ip address of the remote repository daemon to which metric
16           values will be sent. Default is localhost.
17
18       RepositoryPort=port
19           TCP port of remote repository daemon. Default is 6363.
20
21       TraceLevel=level
22           Trace level for the gatherd process. Default is 0.
23
24       TraceFile=file
25           Name of file to write tracing information. Default is stderr.
26
27       TraceComponents=comps[:comps...]
28           Gatherer components to be traced seperated by a colon (:). Valid
29           components are: comm, util, gather, rrepos. Default is none.
30
31       PluginDirectory=dir
32           Directory where metric collection plugins are located. Default is
33           /usr/lib/gather/mplug (/usr/lib64/gather/mplug).
34
35       AutoLoad=plugin[:plugin...]
36           Plugins to automatically load, initalize and start sampling. Valid
37           values are: * or colon-seperated list. Default is none.
38
39       SampleInterval=secs
40           If specified this interval will override the plugin defined
41           individual sampling intervals. Unit is in seconds.
42
43           WARNING: This config option should only be used for debugging
44           purposes. It overrides the per metric defined sample interval of
45           all plugins, and really short intervals can introduce skew in the
46           data due to seconds not being a high enough sample resolution.
47
48       Synchronization=0|1
49           Specifies whether the metric plugins are invoked in a
50           time-synchronized manner. Synchronized metrics with the same sample
51           interval will be scheduled together. Possible values are:
52
53               1 synchronized relative to Jan, 1st, 1970, 00:00
54
55               0 unsynchronized, will be scheduled asap
56
57           Default is 1.
58

BUGS

60       The SBLIM project maintains a mailing list to which you should direct
61       all questions regarding sfcb, sfcc, wbemcli, the metric data gatherer,
62       or any of the SBLIM providers. To subscribe to this list visit:
63
64           https://lists.sourceforge.net/lists/listinfo/sblim-issues
65
66       Please report bugs you discover to the bug tracker. The SBLIM project
67       bug tracking page can be found at:
68
69           https://sourceforge.net/tracker/?group_id=128809&atid=712784
70
71

AUTHORS

73       Please refer to the AUTHORS file distributed with sblim-gather.
74
76       Copyright © 2003-2012 IBM Corp.
77

LICENSE

79       gatherd.conf is distributed under the terms of the Eclipse Public
80       License ("Agreement"). Any use, reproduction or distribution of this
81       program constitutes recipeients acceptance of the agreement.
82
83       You can obtain a current copy of the Eclipse Public License from
84       http://www.opensource.org/licenses/eclipse-1.0.php
85

SEE ALSO

87       gatherd(8)
88
89
90
91sblim-gather-2.2.9                01/27/2021                   GATHERD.CONF(5)
Impressum