REPL-MONITOR.PL(1) | General Commands Manual | REPL-MONITOR.PL(1) |
repl-monitor.pl - Directory Server replication monitor
repl‐monitor.pl [-f configuration‐file] [‐h host] [-p port] [-r] [-c connection] [-a alias] [-k color] [-u refresh‐url] [-s] [-t refresh‐interval] [-v]
Outputs the status of all of the configured Directory Servers participating in replication. The servers to query for status are specified in the configuration file.
A summary of options is included below:
This section describes the various directives that can be used in the configuration file.
host:port:binddn:bindpwd:cert_file
or,
host:port=shadowport:binddn:bindpwd:cert_file
alias = host:port
lowmark = color
Example of a configuration file:
[connection]
localhost.localdomain:3891:cn=directory manager:password:*
localhost2.localdomain:3892:cn=directory manager:password:*
[alias]
MY_SYSTEM1 = localhost.localdomain:3891
MY_SYSTEM2 = localhost2.localdomain:3892
[color]
0 = #CCFFCC
5 = #FFFFCC
60 = #FFCCCC
repl-monitor.pl was written by the 389 Project.
Report bugs to https://pagure.io/389-ds-base/new_issue
Copyright © 2001 Sun Microsystems, Inc. Used by permission.
Copyright © 2018 Red Hat, Inc.
This manual page was written by Michele Baldessari
<michele@pupazzo.org>, for the Debian project (but may be used by
others).
Manual page updated by Mark Reynolds <mreynolds@redhat.com> 3/31/2017
This is free software. You may redistribute copies of it under the terms of
the Directory Server license found in the LICENSE file of this software
distribution. This license is essentially the GNU General Public License
version 3 with an exception for plug‐in distribution.
March 31, 2017 |