You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.
./bin/prometheus-zfs-linux -pool="rpool" -p="rpool" -port="8060" -endpoint="metrics"
flag provided but not defined: -port
Usage of ./bin/prometheus-zfs-linux:
-p="tank": what ZFS pool to monitor (shorthand)
-pool="tank": what ZFS pool to monitor
-version=false: display current tool version
I also tried
./bin/prometheus-zfs-linux -p rpool -port 8090 -endpoint zonesmetrics
flag provided but not defined: -port
Usage of ./bin/prometheus-zfs-linux:
-p="tank": what ZFS pool to monitor (shorthand)
-pool="tank": what ZFS pool to monitor
-version=false: display current tool version
System uses zfs-on-linux.
The text was updated successfully, but these errors were encountered:
It seems that you are trying out "latest" on master. It's currently not in a working state. If you want to try a working version try the release of v0.1.1. But please note that this is not recommended for production use as it requires root to run.
I also tried
System uses zfs-on-linux.
The text was updated successfully, but these errors were encountered: