Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Sensors #167

Open
PedroCavaleiro opened this issue Dec 3, 2024 · 2 comments
Open

Missing Sensors #167

PedroCavaleiro opened this issue Dec 3, 2024 · 2 comments

Comments

@PedroCavaleiro
Copy link

PedroCavaleiro commented Dec 3, 2024

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?

@ualex73
Copy link
Owner

ualex73 commented Jan 12, 2025

Can you see something when you run debug logging?

@ualex73
Copy link
Owner

ualex73 commented Jan 26, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants