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

cadvisor error getting perf_event cgroup path: could not find path for resource \perf_event\ for container #3436

Closed
IIIdefconIII opened this issue Dec 11, 2023 · 2 comments

Comments

@IIIdefconIII
Copy link

Keep getting this error several times on synology DSM based nas.

Would love to have some feedback so i can cure this error spamming my discord server.

Thanks alot

  cadvisor:
    container_name: Prometheus-cAdvisor
    image: gcr.io/cadvisor/cadvisor:latest
    restart: on-failure:5
    command:
      - '--docker_only=true'
    hostname: prometheus-cadvisor
#    networks:
#      - prometheus-net
#    mem_limit: 256m
#    mem_reservation: 64m
#    cpu_shares: 512
    security_opt:
      - no-new-privileges=true
    read_only: true
    volumes:
      - /:/rootfs:ro
      - /var/run:/var/run:ro
      - /sys:/sys:ro
      - /var/run/docker.sock:/var/run/docker.sock:ro
    labels:
      ## Pullio
      org.hotio.pullio.notify: "true"
      org.hotio.pullio.update: "true"
      org.hotio.pullio.discord.webhook: JEPYUPJEP
      org.hotio.pullio.author.avatar: https://raw.githubusercontent.com/walkxcode/Dashboard-Icons/main/png/cadvisor.png
@IIIdefconIII
Copy link
Author

Commented this line read_only: true

not sure why its there, perhaps copy paste it somewhere ill try and see if the errors disappears

@IIIdefconIII
Copy link
Author

tot it working meanwhile its not random crashing anymore

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

1 participant