Skip to content

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

License

Notifications You must be signed in to change notification settings

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