summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2015-01-04 17:15:26 +0100
committerNicolargo <nicolas@nicolargo.com>2015-01-04 21:02:20 +0100
commit732af348db5de33fe158fe9de2ad1722a495eadf (patch)
tree6e1cc2ce97aab62c7153922504ae7033801de809 /README.rst
parentd0d8c4dd0651142f9fc0e0217445cc184bd4e906 (diff)
README.rst: prettify
Mention pymdstat as optional dep.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst16
1 files changed, 9 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index f557360b..c1f309cd 100644
--- a/README.rst
+++ b/README.rst
@@ -38,6 +38,7 @@ Optional dependencies:
- ``py3sensors`` (for hardware monitoring support) [Linux-only]
- ``hddtemp`` (for HDD temperature monitoring support) [Linux-only]
- ``batinfo`` (for battery monitoring support) [Linux-only]
+- ``pymdstat`` (for RAID support) [Linux-only]
- ``pysnmp`` (for SNMP support)
- ``zeroconf`` and ``netifaces`` (for the auto discoverer mode)
- ``influxdb`` (for the InfluxDB export module)
@@ -64,8 +65,8 @@ or
wget -O- http://bit.ly/glances | /bin/bash
-*Note*: Only supported on some GNU/Linux distributions.
-If you want to support other distributions, please contribute to `glancesautoinstall`_.
+*Note*: Only supported on some GNU/Linux distributions. If you want to
+support other distributions, please contribute to `glancesautoinstall`_.
PyPI: The simple way
--------------------
@@ -150,7 +151,7 @@ Windows
Source
------
-To install Glances version X.Y from source:
+To install Glances from source:
.. code-block:: console
@@ -199,25 +200,26 @@ on the server side and run:
on the client one.
-You can also detect and display all Glances servers available on your network or defined in the configuration file:
+You can also detect and display all Glances servers available on your
+network or defined in the configuration file:
.. code-block:: console
$ glances --browser
-And RTFM, always.
+and RTFM, always.
Gateway to other services
=========================
-Glances can export stats to: CSV file, InfluxDB and Statsd server.
+Glances can export stats to: ``CSV`` file, ``InfluxDB`` and ``StatsD`` server.
Documentation
=============
For complete documentation see `glances-doc`_.
-If you have any question (after RTFM !), please post it on the official Q&A `forum`_.
+If you have any question (after RTFM!), please post it on the official Q&A `forum`_.
Author
======