Skip to content

tavyc/opensips_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opensips_exporter

A Prometheus exporter for OpenSIPS. It connects to OpenSIPS mi_json interface, fetches metrics and transforms and exposes them for consumption by Prometheus.

OpenSIPS Configuration

Configure OpenSIPS to push serve JSON formatted stats via mi_json:

loadmodule "httpd.so"
loadmodule "mi_json.so"

modparam("httpd", "ip", "127.0.0.1")
modparam("httpd", "port", 8062)

About

Prometheus exporter for OpenSIPS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages