Sign inSign up

matusnovak/prometheus-zfs

By matusnovak

Updated over 3 years ago

ZFS exporter for Prometheus

Image
0

10K+

matusnovak/prometheus-zfs repository overview

Description

This is a Docker image to export ZFS metrics for Prometheus. This image needs to run as privileged in order to work, because it needs to connect to ZFS on your host in order to extract the metrics. Unlike other ZFS metric exporters, this one gives you space available, space used, disk status (degraded, online, etc.), bandwidth, operations, etc.

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

Usage

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

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

Tag summary

Content type

Image

Digest

sha256:34e36ffc9

Size

198.7 MB

Last updated

over 3 years ago

docker pull matusnovak/prometheus-zfs