monitor_docker icon indicating copy to clipboard operation
monitor_docker copied to clipboard

Missing Sensors

Open PedroCavaleiro opened this issue 1 year ago • 2 comments

I just configured the plugin and it works well but I'm missing some sensors.

I'm not using the allinone

This is my current config

monitor_docker:
  - name: Pedro's Server
    url: http://xxx.xxx.xxx.xxx:2375
    containers:
      - MQQT
      - gitlab
      - portainer
    monitored_conditions:
      - version
      - containers_running
      - containers_total
      - state
      - status
      - containers_cpu_percentage
      - containers_1cpu_percentage
      - containers_memory_percentage
      - health
      - uptime
      - image
      - cpu_percentage
      - 1cpu_percentage
      - memory_percentage
      - network_speed_up
      - network_speed_down
      - network_total_up
      - network_total_down
      - memory

For some reason these sensors don't show up. All other sensors are working just fine.

  • network_speed_up
  • network_speed_down
  • network_total_up
  • network_total_down
  • memory

What can I do to help figure out this issue?

PedroCavaleiro avatar Dec 03 '24 18:12 PedroCavaleiro

Can you see something when you run debug logging?

ualex73 avatar Jan 12 '25 14:01 ualex73

For network it could be you used network mode is 'host', which does not display the network (because docker cannot monitor it). Memory should work, so I need debug logging.

ualex73 avatar Jan 26 '25 10:01 ualex73