Skip to content

coredump-ch/jitsi-stats-relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status Docker

Jitsi JVB InfluxDB Stats Relay

A Python 3 script to relay data from Jitsi (with enabled Colibri Stats API) to an InfluxDB server.

Configuration

Set the following env variables:

  • JVB_HOST: The JVB colibri host
  • JVB_PORT: The JVB colibri port (default 8080)
  • JVB_PROTO: The JVB colibri protocol (default http)
  • INFLUXDB_HOST: InfluxDB hostname
  • INFLUXDB_PORT: InfluxDB port
  • INFLUXDB_USER: InfluxDB username
  • INFLUXDB_PASS: InfluxDB password
  • INTERVAL_SECONDS: Check interval in seconds, defaults to 10

You can also place those env variables in an .env file, they will be read automatically.

Docker

A docker image is built at coredump/jitsi-stats-relay for every push to main.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published