Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
NFS-EXPORTER(8) 	     System Manager's Manual		 NFS-EXPORTER(8)

NAME
     nfs-exporter -- Export NFS statistics to Prometheus

SYNOPSIS
     nfs-exporter [-Vhs] [-b address] [-p port]

DESCRIPTION
     Prometheus  is a monitoring system that gathers metrics from its targets by
     fetching them through HTTP GET requests.  Metrics are identified by a  name
     and an optional set of labels.  Sample values are required to be numerical.

     The  nfs-exporter	daemon	publishes statistics from the FreeBSD NFS system
     via an HTTP server, in the correct format to be scraped by Prometheus.  Its
     options are as follows:

     -s      Publish statistics of the NFS server.  This is the  default  behav-
	     ior.

     -b, --address address
	     Bind  to this local address.  By default, nfs-exporter will bind to
	     the wildcard address.

     -p, --port port
	     Serve metrics on this TCP port.  The default is 9898.

SEE ALSO
     nfsstat(1)

     Prometheus project: https://prometheus.io/.

     Prometheus 		      exposition			formats:
     https://prometheus.io/docs/instrumenting/exposition_formats/.

     Prometheus 	     default		  port		    allocations:
     https://github.com/prometheus/prometheus/wiki/Default-port-allocations.

FreeBSD ports 15.quarterly	February 21, 2023		 NFS-EXPORTER(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=nfs-exporter&sektion=8&manpath=FreeBSD+Ports+15.1.quarterly>

home | help