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

NAME

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

DESCRIPTION

9       The file reposd.conf is read by reposd(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       RepositoryPort=port
15           TCP port repository daemon will listen. Default is 6363.
16
17       RepositoryMaxConnections=conns
18           Number of parallel client connections the repository daemon is able
19           to handle. Default is 100.
20
21       TraceLevel=level
22           Trace level for the reposd 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           Repository components to be traced seperated by a colon (:). Valid
29           components are: comm, util, repos. Default is none.
30
31       PluginDirectory=dir
32           Directory where repository metric plugins are located. Default is
33           /usr/lib/gather/rplug (/usr/lib64/gather/rplug).
34
35       AutoLoad=plugin[:plugin...]
36           Plugins to be automatically load, initalize and start sampling.
37           Valid values are: * or colon-seperated list. Default is none.
38
39       ExpirationInterval=secs
40           Specifies how many seconds metric values are kept in the in-core
41           repository. Note that the longer the interval is the more memory
42           that will be consumed by reposd. Valid values are: and integer
43           between 60 and 86400. Default is 1200.
44

BUGS

46       The SBLIM project maintains a mailing list to which you should direct
47       all questions regarding sfcb, sfcc, wbemcli, the metric data gatherer,
48       or any of the SBLIM providers. To subscribe to this list visit:
49
50           https://lists.sourceforge.net/lists/listinfo/sblim-issues
51
52       Please report bugs you discover to the bug tracker. The SBLIM project
53       bug tracking page can be found at:
54
55           https://sourceforge.net/tracker/?group_id=128809&atid=712784
56
57

AUTHORS

59       Please refer to the AUTHORS file distributed with sblim-gather.
60
62       Copyright © 2003-2012 IBM Corp.
63

LICENSE

65       reposd.conf is distributed under the terms of the Eclipse Public
66       License ("Agreement"). Any use, reproduction or distribution of this
67       program constitutes recipeients acceptance of the agreement.
68
69       You can obtain a current copy of the Eclipse Public License from
70       http://www.opensource.org/licenses/eclipse-1.0.php
71

SEE ALSO

73       reposd(8)
74
75
76
77sblim-gather-2.2.9                01/22/2022                    REPOSD.CONF(5)
Impressum