summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Zimmermann <monochromec@gmail.com>2023-10-26 15:43:36 +0200
committerChristoph Zimmermann <monochromec@gmail.com>2023-10-26 15:43:36 +0200
commit0b3b74ffa4db9dd2fd9792cda7392a7f9420c978 (patch)
tree9173dd2196b946bb2507638e76f828974fc5c027
parent8d63076aa77aa99113dd0e05adfc27efc8fcdcfb (diff)
Added configuration documentation
-rw-r--r--docs/config.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/config.rst b/docs/config.rst
index 38c0cd18..f1c76e16 100644
--- a/docs/config.rst
+++ b/docs/config.rst
@@ -48,6 +48,10 @@ A first section (called global) is available:
# History size (maximum number of values)
# Default is 28800: 1 day with 1 point every 3 seconds
history_size=28800
+ # Define directory external to glances hierarchy for loading additional plugins
+ # The layout follows the glances standard for plugin definitions
+ # (see <install-dir>glances/plugins for details)
+ # plugin_dir=/home/user/dev/plugins
Each plugin, export module and application monitoring process (AMP) can
have a section. Below an example for the CPU plugin: