Software /
code /
prosody
Comparison
man/prosodyctl.markdown @ 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 | 7741:fd277ee3ac57 |
comparison
equal
deleted
inserted
replaced
7033:719f02848c99 | 7034:27f4d63f136a |
---|---|
78 log files. | 78 log files. |
79 | 79 |
80 status | 80 status |
81 : Prints the current execution status of the prosody server daemon. | 81 : Prints the current execution status of the prosody server daemon. |
82 | 82 |
83 Debugging | |
84 --------- | |
85 | |
86 prosodyctl can also show some information about the environment, | |
87 dependencies and such to aid in debugging. | |
88 | |
89 about | |
90 : Shows environment, various paths used by Prosody and | |
91 installed dependencies. | |
92 | |
93 check \[what\] | |
94 : Performs various sanity checks on the configuration, DNS setup and | |
95 configured TLS certificates. `what` can be one of `config`, `dns` | |
96 and `certs` to run only that check. | |
97 | |
83 Ejabberd Compatibility | 98 Ejabberd Compatibility |
84 ---------------------- | 99 ---------------------- |
85 | 100 |
86 ejabberd is another XMPP server which provides a comparable control | 101 ejabberd is another XMPP server which provides a comparable control |
87 tool, ejabberdctl, to control its server's operations. prosodyctl | 102 tool, ejabberdctl, to control its server's operations. prosodyctl |