Go to file
SeanOMik d4cee37c5a
Initial commit
2023-01-16 19:23:04 -05:00
src Initial commit 2023-01-16 19:23:04 -05:00
.dockerignore Initial commit 2023-01-16 19:23:04 -05:00
.gitignore Initial commit 2023-01-16 19:23:04 -05:00
Cargo.lock Initial commit 2023-01-16 19:23:04 -05:00
Cargo.toml Initial commit 2023-01-16 19:23:04 -05:00
Dockerfile Initial commit 2023-01-16 19:23:04 -05:00
LICENSE Initial commit 2023-01-16 19:23:04 -05:00
README.md Initial commit 2023-01-16 19:23:04 -05:00
shell.nix Initial commit 2023-01-16 19:23:04 -05:00

README.md

ZFS Prometheus Metrics Exporter

ZFS metrics exporter for Prometheus!

Usage

ZFS metrics exporter for Prometheus!

Usage: zfs_promexporter [OPTIONS]

Options:
  -b, --bind-address <BIND_ADDRESS>  The address to bind and listen from [default: 0.0.0.0]
  -p, --port <PORT>                  The port to listen on [default: 8080]
      --log-level <LOG_LEVEL>        The lowest log level (off, error, warn, info, debug, or trace) [default: info]
  -h, --help                         Print help
  -V, --version                      Print version