summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2016-03-04 16:29:17 +0100
committernicolargo <nicolashennion@gmail.com>2016-03-04 16:29:17 +0100
commitce09750b3e911492af68fdd82936cae6451a6a91 (patch)
tree8e612f548f49b08fc85b13c849df329f9cab51ec
parentc9dce8a7a27d7f7d840c24e2a277c1ff93fdf3f9 (diff)
Update documentation
-rw-r--r--docs/glances-doc.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/glances-doc.rst b/docs/glances-doc.rst
index 8fc86ed1..bc48e457 100644
--- a/docs/glances-doc.rst
+++ b/docs/glances-doc.rst
@@ -86,7 +86,10 @@ TCP port ``-p PORT``.
In client mode, you can set the TCP port of the server ``-p PORT``.
-You can set a password to access to the server ``--password``.
+You can set a password to access to the server ``--password``. By default,
+the username is ``glances`` but you can change it with ``--username``.
+
+If you ask it, the SHA password will be stored in ``username.pwd`` file.
Default binding address is ``0.0.0.0`` (Glances will listen on all the
available network interfaces) and TCP port is ``61209``.
@@ -196,6 +199,7 @@ Command-Line Options
-p PORT, --port PORT define the client/server TCP port [default: 61209]
-B BIND_ADDRESS, --bind BIND_ADDRESS
bind server to the given IPv4/IPv6 address or hostname
+ --username define a client/server username
--password define a client/server password
--snmp-community SNMP_COMMUNITY
SNMP community
@@ -541,7 +545,7 @@ For example, if you want to hide the loopback interface (lo) and all the virtual
::
- [network]
+ [network]
hide=lo,docker.*
Disk I/O
@@ -595,7 +599,7 @@ For example, if you want to allow the zfs and misc filesystems and hide boot mou
[fs]
allow=zfs,misc
- hide=/boot.*
+ hide=/boot.*
Folders
-------