man prosodyctl: Add information about the 'about' and 'check' commands

This commit is contained in:
Kim Alvefur 2015-12-23 14:21:20 +01:00
parent 449bfbc135
commit 4e8f92f0ae
2 changed files with 33 additions and 0 deletions

View file

@ -86,6 +86,24 @@ files.
Prints the current execution status of the prosody server daemon. Prints the current execution status of the prosody server daemon.
.RS .RS
.RE .RE
.SS Debugging
.PP
prosodyctl can also show some information about the environment,
dependencies and such to aid in debugging.
.TP
.B about
Shows environment, various paths used by Prosody and installed
dependencies.
.RS
.RE
.TP
.B check [what]
Performs various sanity checks on the configuration, DNS setup and
configured TLS certificates.
\f[C]what\f[] can be one of \f[C]config\f[], \f[C]dns\f[] and
\f[C]certs\f[] to run only that check.
.RS
.RE
.SS Ejabberd Compatibility .SS Ejabberd Compatibility
.PP .PP
ejabberd is another XMPP server which provides a comparable control ejabberd is another XMPP server which provides a comparable control

View file

@ -80,6 +80,21 @@ reload
status status
: Prints the current execution status of the prosody server daemon. : Prints the current execution status of the prosody server daemon.
Debugging
---------
prosodyctl can also show some information about the environment,
dependencies and such to aid in debugging.
about
: Shows environment, various paths used by Prosody and
installed dependencies.
check \[what\]
: Performs various sanity checks on the configuration, DNS setup and
configured TLS certificates. `what` can be one of `config`, `dns`
and `certs` to run only that check.
Ejabberd Compatibility Ejabberd Compatibility
---------------------- ----------------------