1REPL-MONITOR(1) General Commands Manual REPL-MONITOR(1)
2
3
4
6 repl-monitor - Directory Server replication monitor
7
9 repl‐monitor [-f configuration‐file] [‐h host] [-p port] [-r] [-c con‐
10 nection] [-a alias] [-k color] [-u refresh‐url] [-s] [-t refresh‐inter‐
11 val] [-v]
12
13
15 Outputs the status of all of the configured Directory Servers partici‐
16 pating in replication. The servers to query for status are specified in
17 the configuration file.
18
20 A summary of options is included below:
21
22 -h, --host host
23 Hostname of DS server
24
25 -p, --port port
26 TCP port
27
28 -f, --configfile configuration-file
29 Configuration file
30
31 -c, --conn connection
32 Uses the same format as the configfile directive
33
34 -a, --alias alias
35 Uses the same format as the configfile directive
36
37 -k, --color color
38 Uses the same format as the configfile directive
39
40 -r, --skip-header
41 Removes extra HTML tags
42
43 -u, --refreshurl refresh url
44 Refresh url
45
46 -t, --interval refresh interval
47 Refresh interval
48
49 -W, --prompt
50 Prompt for passwords
51
52 -s, --text
53 Print plain text report
54
55
57 This section describes the various directives that can be used in the
58 configuration file.
59
60 [connection]
61 The connection details about a replica
62
63 host:port:binddn:bindpwd:cert_file
64
65 or,
66
67 host:port=shadowport:binddn:bindpwd:cert_file
68
69 [alias]
70 Define an alias for a server, this alias is used in the report
71 in place of the hostname/port
72
73 alias = host:port
74
75 [color]
76 Set a color based on the replicaton lag time lowmark (in min‐
77 utes)
78
79 lowmark = color
80
82 Example of a configuration file:
83
84 [connection]
85 localhost.localdomain:3891:cn=directory manager:password:*
86 localhost2.localdomain:3892:cn=directory manager:password:*
87
88 [alias]
89 MY_SYSTEM1 = localhost.localdomain:3891
90 MY_SYSTEM2 = localhost2.localdomain:3892
91
92 [color]
93 0 = #CCFFCC
94 5 = #FFFFCC
95 60 = #FFCCCC
96
97
99 repl-monitor was written by the 389 Project.
100
102 Report bugs to https://pagure.io/389-ds-base/new_issue
103
105 Copyright © 2001 Sun Microsystems, Inc. Used by permission.
106 Copyright © 2017 Red Hat, Inc.
107 This manual page was written by Michele Baldessari
108 <michele@pupazzo.org>, for the Debian project (but may be used by oth‐
109 ers).
110 Manual page updated by Mark Reynolds <mreynolds@redhat.com> 3/31/2017
111 This is free software. You may redistribute copies of it under the
112 terms of the Directory Server license found in the LICENSE file of this
113 software distribution. This license is essentially the GNU General
114 Public License version 3 with an exception for plug‐in distribution.
115
116
117
118 March 31, 2017 REPL-MONITOR(1)