Software /
code /
prosody
Comparison
man/prosodyctl.man @ 7034:27f4d63f136a
man prosodyctl: Add information about the 'about' and 'check' commands
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 23 Dec 2015 14:21:20 +0100 |
parent | 7033:719f02848c99 |
child | 8005:b472bccf8023 |
comparison
equal
deleted
inserted
replaced
7033:719f02848c99 | 7034:27f4d63f136a |
---|---|
84 .TP | 84 .TP |
85 .B status | 85 .B status |
86 Prints the current execution status of the prosody server daemon. | 86 Prints the current execution status of the prosody server daemon. |
87 .RS | 87 .RS |
88 .RE | 88 .RE |
89 .SS Debugging | |
90 .PP | |
91 prosodyctl can also show some information about the environment, | |
92 dependencies and such to aid in debugging. | |
93 .TP | |
94 .B about | |
95 Shows environment, various paths used by Prosody and installed | |
96 dependencies. | |
97 .RS | |
98 .RE | |
99 .TP | |
100 .B check [what] | |
101 Performs various sanity checks on the configuration, DNS setup and | |
102 configured TLS certificates. | |
103 \f[C]what\f[] can be one of \f[C]config\f[], \f[C]dns\f[] and | |
104 \f[C]certs\f[] to run only that check. | |
105 .RS | |
106 .RE | |
89 .SS Ejabberd Compatibility | 107 .SS Ejabberd Compatibility |
90 .PP | 108 .PP |
91 ejabberd is another XMPP server which provides a comparable control | 109 ejabberd is another XMPP server which provides a comparable control |
92 tool, ejabberdctl, to control its server\[aq]s operations. | 110 tool, ejabberdctl, to control its server\[aq]s operations. |
93 prosodyctl implements some commands which are compatible with | 111 prosodyctl implements some commands which are compatible with |