From af4262c85b4b4ce49d17092e69f2887dab08d7f1 Mon Sep 17 00:00:00 2001 From: Adrian Huber Date: Tue, 28 Sep 2021 10:32:55 +0200 Subject: [PATCH] Add docs for glances raid monitoring (#19464) --- source/_integrations/glances.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_integrations/glances.markdown b/source/_integrations/glances.markdown index 78a1a3a788d..f02137739c2 100644 --- a/source/_integrations/glances.markdown +++ b/source/_integrations/glances.markdown @@ -65,5 +65,8 @@ Glances integration will add the following sensors if available in the platform: - docker_active: The count of active Docker containers. - docker_cpu_use: The total CPU usage in percent of Docker containers. - docker_memory_use: The total memory used by Docker containers. +- For each detected raid the following sensors will be created: + - raid_available: The number of available devices for the raid. + - raid_used: The number of devices used by the raid. Not all platforms are able to provide all metrics. For instance the cpu temp sensor requires installing and configuring `lmsensors` in Ubuntu, and may not be available at all in other platforms.