Add uptime sensor to Glances (#32050)

This commit is contained in:
wittypluck 2024-03-31 20:05:52 +02:00 committed by GitHub
parent 558eb85004
commit a225b5175e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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