ZFS exporter for Prometheus
10K+
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
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
Content type
Image
Digest
sha256:34e36ffc9…
Size
198.7 MB
Last updated
over 3 years ago
docker pull matusnovak/prometheus-zfs