mirror of
https://github.com/bjc/prosody.git
synced 2025-04-01 20:27:39 +03:00
man/prosodyctl: Complete list of 'check' variants
Especially 'connectivity' was missing
This commit is contained in:
parent
3627a37091
commit
bc15d6424f
2 changed files with 4 additions and 3 deletions
|
@ -108,8 +108,9 @@ dependencies.
|
||||||
\f[B]\f[CB]check [what]\f[B]\f[R]
|
\f[B]\f[CB]check [what]\f[B]\f[R]
|
||||||
Performs various sanity checks on the configuration, DNS setup and
|
Performs various sanity checks on the configuration, DNS setup and
|
||||||
configured TLS certificates.
|
configured TLS certificates.
|
||||||
\f[C]what\f[R] can be one of \f[C]config\f[R], \f[C]dns\f[R] and
|
\f[C]what\f[R] can be one of \f[C]config\f[R], \f[C]dns\f[R]
|
||||||
\f[C]certs\f[R] to run only that check.
|
\f[C]certs\f[R], \f[C]disabled\f[R] and \f[C]connectivity\f[R] to run
|
||||||
|
only that check.
|
||||||
.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
|
||||||
|
|
|
@ -113,7 +113,7 @@ dependencies and such to aid in debugging.
|
||||||
`check [what]`
|
`check [what]`
|
||||||
: Performs various sanity checks on the configuration, DNS setup and
|
: Performs various sanity checks on the configuration, DNS setup and
|
||||||
configured TLS certificates. `what` can be one of `config`, `dns`
|
configured TLS certificates. `what` can be one of `config`, `dns`
|
||||||
and `certs` to run only that check.
|
`certs`, `disabled` and `connectivity` to run only that check.
|
||||||
|
|
||||||
## Ejabberd Compatibility
|
## Ejabberd Compatibility
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue