repl-monitor.1 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. .\" Hey, EMACS: -*- nroff -*-
  2. .\" First parameter, NAME, should be all caps
  3. .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
  4. .\" other parameters are allowed: see man(7), man(1)
  5. .TH REPL-MONITOR 1 "May 18, 2008"
  6. .\" Please adjust this date whenever revising the manpage.
  7. .\"
  8. .\" Some roff macros, for reference:
  9. .\" .nh disable hyphenation
  10. .\" .hy enable hyphenation
  11. .\" .ad l left justify
  12. .\" .ad b justify to both left and right margins
  13. .\" .nf disable filling
  14. .\" .fi enable filling
  15. .\" .br insert line break
  16. .\" .sp <n> insert n+1 empty lines
  17. .\" for manpage-specific macros, see man(7)
  18. .SH NAME
  19. repl-monitor \- Directory Server replication monitor
  20. .SH SYNOPSIS
  21. .B repl\(hymonitor
  22. \ [-f configuration\(hyfile] [\fI\(hyh host\fR] [\fI\-p port\fR] [\fI\-r\fR]
  23. [\fI\-c connection\fR] [\fI\-a alias\fR] [\fI\-k color\fR] [\fI\-u refresh\(hyurl\fR]
  24. [\fI\-s\fR] [\fI\-t refresh\(hyinterval\fR] [\fI\-v\fR]
  25. .SH DESCRIPTION
  26. Outputs the status of all of the configured Directory Servers
  27. participating in replication. The servers to query for status
  28. are specified in the configuration file.
  29. .PP
  30. .\" TeX users may be more comfortable with the \fB<whatever>\fP and
  31. .\" \fI<whatever>\fP escape sequences to invode bold face and italics,
  32. .\" respectively.
  33. .SH OPTIONS
  34. A summary of options is included below:
  35. .TP
  36. .B \-h, \-\-host\fR host
  37. Hostname of DS server
  38. .TP
  39. .B \-p, \-\-port\fR port
  40. TCP port
  41. .TP
  42. .B \-f, \-\-configfile\fR configuration-file
  43. Configuration file
  44. .TP
  45. .B \-c, \-\-conn\fR connection
  46. Uses the same format as the configfile directive
  47. .TP
  48. .B \-a, \-\-alias\fR alias
  49. Uses the same format as the configfile directive
  50. .TP
  51. .B \-k, --color\fR color
  52. Uses the same format as the configfile directive
  53. .TP
  54. .B \-r, --skip-header\fR
  55. Removes extra HTML tags
  56. .TP
  57. .B \-u, \-\-refreshurl\fR refresh url
  58. Refresh url
  59. .TP
  60. .B \-t, \-\-interval\fR refresh interval
  61. Refresh interval
  62. .TP
  63. .B \-W, \-\-prompt
  64. Prompt for passwords
  65. .TP
  66. .B \-s, \-\-text
  67. Print plain text report
  68. .br
  69. .SH AUTHOR
  70. repl-monitor was written by the 389 Project.
  71. .SH "REPORTING BUGS"
  72. Report bugs to http://bugzilla.redhat.com.
  73. .SH COPYRIGHT
  74. Copyright \(co 2001 Sun Microsystems, Inc. Used by permission.
  75. .br
  76. Copyright \(co 2008 Red Hat, Inc.
  77. .br
  78. This manual page was written by Michele Baldessari <[email protected]>,
  79. for the Debian project (but may be used by others).
  80. .br
  81. Manual page updated by Mark Reynolds <[email protected]> 10/11/13
  82. .br
  83. This is free software. You may redistribute copies of it under the terms of
  84. the Directory Server license found in the LICENSE file of this
  85. software distribution. This license is essentially the GNU General Public
  86. License version 2 with an exception for plug\(hyin distribution.