diff --git a/source/_integrations/glances.markdown b/source/_integrations/glances.markdown index 057742194b5..bff66d10ff4 100644 --- a/source/_integrations/glances.markdown +++ b/source/_integrations/glances.markdown @@ -61,6 +61,9 @@ 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 network interface, the following sensors will be created: + - network_rx: Average rate of data received since last update in Megabits per second. + - network_tx: Average rate of data sent since last update in Megabits per second. - 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.