Improve documentation

This commit is contained in:
nicolargo 2017-08-01 22:44:01 +02:00
parent caeb07192a
commit 45f530c507
4 changed files with 5 additions and 10 deletions

4
NEWS
View File

@ -7,9 +7,9 @@ Version NEXT RELEASE
Enhancements and new features:
* [WIP] Refactoring of the WebUI
* New export plugin: standard and configurable Restfull exporter (issue #1129)
* Add a JSON export module
* Add a JSON export module (issue #1130)
* [WIP] Refactoring of the WebUI
Bugs corrected:

View File

@ -15,6 +15,7 @@ to providing stats to multiple services (see list below).
couchdb
elastic
influxdb
json
kafka
opentsdb
prometheus

View File

@ -3,14 +3,8 @@
JSON
====
It's possible to export stats to a JSON file to be processed later by an
external system.
It's possible to export stats to a JSON file.
.. code-block:: console
$ glances --export-json /tmp/glances.json
JSON file description:
Each line would contain a JSON glance of the system. If this file needs to be
processed it should be processed in a line by line basis.

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "GLANCES" "1" "Jul 30, 2017" "2.10.1_DEVELOP" "Glances"
.TH "GLANCES" "1" "Aug 01, 2017" "2.10.1_DEVELOP" "Glances"
.SH NAME
glances \- An eye on your system
.