Skip to content

STI26/smartctl_exporter

 
 

Repository files navigation

smartctl_exporter

Docker Image Size

Prometheus exporter for smartmontools to export the S.M.A.R.T. attributes.

Deployment

docker run --detach --privileged -p 9111:9111 imagelist/smartctl_exporter:latest

Metrics will be available at http://localhost:9111/metrics

Options

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

Grafana Dashboard

About

Prometheus exporter for S.M.A.R.T. attributes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 85.1%
  • Makefile 10.1%
  • Dockerfile 4.8%