Add docs for glances raid monitoring (#19464)

This commit is contained in:
Adrian Huber 2021-09-28 10:32:55 +02:00 committed by GitHub
parent 37e0348929
commit af4262c85b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.