util.jid: Import select() into local (fixes traceback, tests on Lua 5.2)
[prosody.git] / man / prosodyctl.markdown
index 5360503bc35ecb6964935385079d2d1ab8db4110..217dfd3d21242d38879ec2e48e7c4466f370a1c9 100644 (file)
@@ -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
 ----------------------