Add Glances network sensors (#32171)

* Add Glances network sensors

* Update glances.markdown

* Tiny tweak

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
wittypluck 2024-04-09 07:27:59 +02:00 committed by GitHub
parent 460c5da496
commit 18f2138566
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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