summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
+ ...