Skip to content

Missing disks are not detected #323

@nazar-pc

Description

@nazar-pc

I'm running exporter in a container like this:

  smartctl-exporter:
    image: prometheuscommunity/smartctl-exporter:v0.14.0
    privileged: true
    user: root
    ports:
      - "0.0.0.0:9633:9633"
    deploy:
      resources:
        limits:
          cpus: "0.25"
          memory: 64M
    restart: unless-stopped
    command:
      - "--smartctl.powermode-check=never"

It detects disks that are present at boot, but if one of the disks disappears, it doesn't see that for some reason, which seems like a bug to me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions