/freeradius_exporter

FreeRADIUS Prometheus Exporter

Primary LanguageGoApache License 2.0Apache-2.0

FreeRADIUS Prometheus Exporter

Prometheus exporter for FreeRADIUS metrics.

Supports FreeRADIUS 3.0.x.

Installation

go get -u github.com/bvantagelimited/freeradius_exporter

Usage

Name Description
radius.addr Address of FreeRADIUS status server, defaults to 127.0.0.1:18121.
radius.secret FreeRADIUS client secret.
radius.timeout Timeout, in milliseconds, defaults to 5000.
web.listen-address Address to listen on for web interface and telemetry, defaults to :9812.
web.telemetry-path Path under which to expose metrics, defaults to /metrics.
version Display version information

Environment Variables

Name Description
RADIUS_ADDR Address of FreeRADIUS status server.
RADIUS_SECRET FreeRADIUS client secret.