From b000e36d8196eec350f4f8cc2b90d525ba705331 Mon Sep 17 00:00:00 2001 From: wittypluck Date: Mon, 8 Apr 2024 08:42:37 +0200 Subject: [PATCH] Add Glances DiskIO read/write sensors (#32173) * Add Glances DiskIO read/write sensors * tiny tweaks --------- 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 fcf2d5a444e..057742194b5 100644 --- a/source/_integrations/glances.markdown +++ b/source/_integrations/glances.markdown @@ -39,6 +39,9 @@ Glances integration will add the following sensors if available in the platform: - disk_use_percent: The used disk space in percent. - disk_use: The used disk space. - disk_free: The free disk space. +- For each detected physical disk, the following sensors will be created: + - diskio_read: Average rate of data read from the device in megabytes per second. + - diskio_write: Average rate of data written to the device in megabytes per second. - memory_use_percent: The used memory in percent. - memory_use: The used memory. - memory_free: The free memory.