Add cpu_use_percent as a resource to the Glances sensor. (#8752)

This commit is contained in:
Kevin Tuhumury 2019-02-27 07:21:26 +01:00 committed by Fabian Affolter
parent 4cea9f0cf5
commit 5f6c660821

View File

@ -125,6 +125,8 @@ resources:
description: The number of threads. description: The number of threads.
process_sleeping: process_sleeping:
description: The number of sleeping processes. description: The number of sleeping processes.
cpu_use_percent:
description: The used CPU in percent.
cpu_temp: cpu_temp:
description: The CPU temperature (may not be available on all platforms). description: The CPU temperature (may not be available on all platforms).
docker_active: docker_active: