Prometheus exporter for smartmontools to export the S.M.A.R.T. attributes.
docker run --detach --privileged -p 9111:9111 imagelist/smartctl_exporter:latest
Metrics will be available at http://localhost:9111/metrics
option | environment | default | description |
---|---|---|---|
server-addr | SERVER_ADDR | Listen address. If not set listen 0.0.0.0 |
|
server-port | SERVER_PORT | 9111 | Listen port |
server-user | SERVER_USER | admin | Username |
server-pass | SERVER_PASS | admin | Password |
disable-auth | DISABLE_AUTH | false | Disable basic authentication |
server-tls | SERVER_TLS | true | Enable TLS |
version | VERSION | false | Show version and exit |