summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfcalvet <38648518+fcalvet@users.noreply.github.com>2020-02-10 17:08:53 +0100
committerGitHub <noreply@github.com>2020-02-10 17:08:53 +0100
commit84c3549aad855a7d831261df9ab0007c2fe01ff2 (patch)
tree2761953cf046ca18d16aea58b726ee10eaafb66c
parentc66f874e8dfa68407d74c3e0c8c2e89577e52a34 (diff)
Slight glances/README.txt update
* Updated link to docs * Added export base class * Added AMPs
-rw-r--r--glances/README.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/glances/README.txt b/glances/README.txt
index f7ba0575..fdfb2f12 100644
--- a/glances/README.txt
+++ b/glances/README.txt
@@ -1,7 +1,7 @@
You are in the main Glances source folder. This page is **ONLY** for developers.
If you are looking for the user manual, please follow this link:
-https://github.com/nicolargo/glances/blob/master/docs/glances-doc.rst
+https://glances.readthedocs.io/en/stable/
===
@@ -42,6 +42,7 @@ outputs
...
exports
=> Glances export interfaces
+ glances_export.py "Father class" for exports
glances_csv.py The CSV export module
glances_influxdb.py The InfluxDB export module
glances_mqtt.py The MQTT export module
@@ -49,3 +50,9 @@ exports
glances_rabbitmq.py The RabbitMQ export module
glances_statsd.py The StatsD export module
...
+amps
+ => Glances Application Monitoring Processes (AMP)
+ glances_amp.py "Father class" for AMPs
+ glances_default.py Default AMP
+ glances_nginx.py Nginx AMP
+ ...