matusnovak/prometheus-smartctl

By matusnovak

Updated over 1 year ago

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

Image
2

100K+

matusnovak/prometheus-smartctl repository overview

Description

This is a Docker image to export S.M.A.R.T metrics for Prometheus. This image needs to run as privileged in order to work, because it uses smartctl command line tool.

Repository: https://github.com/matusnovak/prometheus-smartctl

Usage

version: '3'
services:
  smartctl-metrics:
    image: matusnovak/prometheus-smartctl:latest
    restart: unless-stopped
    privileged: true
    ports:
      - 9902:9902

Your metrics will be available at http://localhost:9902/metrics

Tag summary

Content type

Image

Digest

sha256:58cce18e2

Size

23.8 MB

Last updated

over 1 year ago

docker pull matusnovak/prometheus-smartctl