diff --git a/source/_integrations/glances.markdown b/source/_integrations/glances.markdown index 48ea454d7bc..fcf2d5a444e 100644 --- a/source/_integrations/glances.markdown +++ b/source/_integrations/glances.markdown @@ -58,6 +58,11 @@ Glances integration will add the following sensors if available in the platform: - 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. +- For each detected GPU (video card) the following sensors will be created: + - memory_use: The amount of available VRAM used in percent. + - processor_use: The load on the GPU processor in percent. + - temperature: The temperature that the GPU reports, in degrees Celsius. + - fan_speed: The speed of the GPU fan, in percent. - uptime: The server uptime. -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. +Not all platforms are able to provide all metrics. For instance the GPU sensors require installing the py3nvml Python package, and the cpu temp sensor requires installing and configuring `lmsensors` in Ubuntu, and may not be available at all in other platforms.