Skip to content

Commit

Permalink
Add usage instructions for openSIPS module
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenHoms authored May 1, 2019
1 parent ee05e6b commit c1a06f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ Usage of opensips_exporter:
Path to the socket file for OpenSIPS. (default "/var/run/ser-fg/ser.sock")
```

For your openSIPS instance make sure that you have the `mi_datagram` module loaded and defined the location of the socket like so.
```
loadmodule "mi_datagram.so"
modparam("mi_datagram", "socket_name", "RUNDIR/ser.sock")
```

## Exported Metrics

| Metric | Meaning | Labels | Metric type |
Expand Down

0 comments on commit c1a06f0

Please sign in to comment.