monitor_docker icon indicating copy to clipboard operation
monitor_docker copied to clipboard

precision_memory_percentage: 1 does not work on memory_percentage of container.

Open RSDynamics opened this issue 4 years ago • 0 comments

Hi,

Thanks for the great component!

found one minor bug. I have set the precision_memory_percentage to 1 but the memory_percentage of the container still is rounded and presented with 2 decimals.

image

Setup: monitor_docker:

  • name: Docker precision_cpu: 1 precision_memory_percentage: 1 switchenabled: false

    containers:

    • homeassistant

    rename: homeassistant: Home Assistant

    monitored_conditions:

    • containers_total
    • containers_running
    • state
    • 1cpu_percentage
    • memory_percentage

RSDynamics avatar Jan 05 '22 10:01 RSDynamics