monitor_docker
monitor_docker copied to clipboard
Missing Sensors
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?
Can you see something when you run debug logging?
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.