From a225b5175e9eea30e64861257297a9eb85765cbd Mon Sep 17 00:00:00 2001 From: wittypluck Date: Sun, 31 Mar 2024 20:05:52 +0200 Subject: [PATCH] Add uptime sensor to Glances (#32050) --- source/_integrations/glances.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/glances.markdown b/source/_integrations/glances.markdown index 698ef3c3523..48ea454d7bc 100644 --- a/source/_integrations/glances.markdown +++ b/source/_integrations/glances.markdown @@ -58,5 +58,6 @@ 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. +- 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.