From 18f21385663f8857ba3a5eecc7dd5fadf8fb4580 Mon Sep 17 00:00:00 2001 From: wittypluck Date: Tue, 9 Apr 2024 07:27:59 +0200 Subject: [PATCH] Add Glances network sensors (#32171) * Add Glances network sensors * Update glances.markdown * Tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/glances.markdown | 3 +++ 1 file changed, 3 insertions(+) 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.