Skip to content

thekitaev/freeradius_exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

FreeRADIUS Prometheus Exporter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.6%
  • Dockerfile 1.4%