aboutsummaryrefslogtreecommitdiffstats
path: root/man/prosodyctl.markdown
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2015-12-23 14:21:20 +0100
committerKim Alvefur <zash@zash.se>2015-12-23 14:21:20 +0100
commit4e8f92f0aee1621af3bc1302af7c0982d9a53077 (patch)
tree4bbe71c6b9956884ed718d5e151abd59f42f8867 /man/prosodyctl.markdown
parent449bfbc135e6592865fd68f29e2d75ec7667c4a7 (diff)
downloadprosody-4e8f92f0aee1621af3bc1302af7c0982d9a53077.tar.gz
prosody-4e8f92f0aee1621af3bc1302af7c0982d9a53077.zip
man prosodyctl: Add information about the 'about' and 'check' commands
Diffstat (limited to 'man/prosodyctl.markdown')
-rw-r--r--man/prosodyctl.markdown15
1 files changed, 15 insertions, 0 deletions
diff --git a/man/prosodyctl.markdown b/man/prosodyctl.markdown
index 5360503b..217dfd3d 100644
--- a/man/prosodyctl.markdown
+++ b/man/prosodyctl.markdown
@@ -80,6 +80,21 @@ reload
status
: 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
----------------------