GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GEOM-EXPORTER(8) FreeBSD System Manager's Manual GEOM-EXPORTER(8)

geom-exporterExport GEOM statistics to Prometheus

geom-exporter [-hP] [-b address] [-p port] [-f pattern] [-F pattern]

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 geom-exporter daemon publishes statistics from the FreeBSD GEOM system via an HTTP server, in the correct format to be scraped by Prometheus. Its options are as follows:

, --pattern pattern
A regular expression that can be used to only show statistics for some devices. Only devices with the names matching pattern will be published. The format of the regular expression is described at https://docs.rs/regex.
, --pattern pattern
A regular expression that can be used to exclude devices. No devices with names matching pattern will be published.
, --address address
Bind to this local address. By default, geom-exporter will bind to the wildcard address.
, --port port
Serve metrics on this TCP port. The default is 9248.
, --physical
Only display physical providers (those with rank of 1).

gstat(8)

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.

April 17, 2024 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.