freebsd-nfs-exporter

Crates.iofreebsd-nfs-exporter
lib.rsfreebsd-nfs-exporter
version0.4.4
sourcesrc
created_at2020-09-02 19:24:58.372453
updated_at2024-05-22 15:57:45.234417
descriptionPrometheus exporter for FreeBSD NFS stats
homepage
repositoryhttps://github.com/Axcient/freebsd-nfs-exporter.git
max_upload_size
id283973
size67,629
(asomers-ax)

documentation

README

FreeBSD NFS statistics exporter for Prometheus

Build Status crates.io FreeBSD port

Overview

The is a Prometheus exporter for FreeBSD's NFS statistics. Currently only the server statistics are supported; client stats will come later.

Usage

cargo install freebsd-nfs-exporter
daemon nfs-exporter

Note that the FreeBSD port of this exporter (net-mgmt/nfs-exporter) comes with an rc(8) service script.

Minimum Supported Rust Version (MSRV)

freebsd-nfs-exporter does not guarantee any specific MSRV. Rather, it guarantees compatibility with the oldest rustc shipped in the latest quarterly branch of the FreeBSD ports collection.

License

freebsd-nfs-exporter is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE, and LICENSE-MIT for details

Commit count: 112

cargo fmt