#prometheus-exporter #freebsd #nfs #monitoring #prometheus

app freebsd-nfs-exporter

Prometheus exporter for FreeBSD NFS stats

10 releases

0.4.4 May 22, 2024
0.4.3 Sep 21, 2023
0.4.2 Mar 9, 2023
0.3.2 Dec 8, 2022
0.3.0 Nov 17, 2020

#431 in Filesystem

Download history 6/week @ 2024-07-20 8/week @ 2024-07-27 8/week @ 2024-08-03 13/week @ 2024-08-10 9/week @ 2024-08-17 7/week @ 2024-08-24 7/week @ 2024-08-31 10/week @ 2024-09-07 14/week @ 2024-09-14 22/week @ 2024-09-21 33/week @ 2024-09-28 16/week @ 2024-10-05 20/week @ 2024-10-12 10/week @ 2024-10-19 10/week @ 2024-10-26 17/week @ 2024-11-02

59 downloads per month

MIT/Apache

26KB
502 lines

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

Dependencies

~8–17MB
~220K SLoC