https://github.com/nickdannenberg/netdata-jitsi-videobridge
Netdata plugin for jitsi videobridge stats
https://github.com/nickdannenberg/netdata-jitsi-videobridge
jitsi-videobridge jvb netdata netdata-plugin
Last synced: 2 months ago
JSON representation
Netdata plugin for jitsi videobridge stats
- Host: GitHub
- URL: https://github.com/nickdannenberg/netdata-jitsi-videobridge
- Owner: nickdannenberg
- Created: 2020-04-08T09:15:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-12T08:00:10.000Z (almost 3 years ago)
- Last Synced: 2024-02-14T21:26:51.132Z (over 1 year ago)
- Topics: jitsi-videobridge, jvb, netdata, netdata-plugin
- Language: Python
- Size: 5.86 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netdata Jitsi Monitoring
This netdata plugin monitors jicofo and jitsi video bridge stats
through their privtae REST API. The JVB stats contain more detailled
call- and network-related stats, while jicofo monitors all bridges in
a cluster and also collects information about bridge-selection
decisions (currently not collected by this tool).The default config monitors the JVB instance on localhost via
`http://localhost:8080/colibri/stats`. The Jicofo instance monitored
is `http://localhost:8888/stats`. After installation, use `edit-config
python.d/jvb.conf` or `edit-config python.d/jicofo.conf` to configure
the stats-URL, multiple instances or other parameters.## Installation
Copy `jvb.chart.py`/`jicofo.chart.py` to
`/usr/libexec/netdata/python.d/` and `jvb.conf`/`jicofo.conf` to
`/usr/lib/netdata/conf.d/python.d/`.