Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 449 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 449 Bytes

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)