JItsi Logs Observer https://lindeas.com/jilo/
 
 
Go to file
Yasen Pramatarov d908065232 Lists all available config options 2024-06-12 16:34:28 +03:00
.gitignore Fixes gitignore. 2024-05-27 15:42:15 +03:00
LICENSE Initial commit 2024-05-22 06:51:40 +00:00
README.md Adds short description in the readme. 2024-06-04 20:10:49 +03:00
TODO.md Updates TODO 2024-06-12 15:11:36 +03:00
jilo Fixes sqlite db schema checks. 2024-06-11 14:27:09 +03:00
jilo-cli Updates time period stats to use the new SQL. 2024-06-12 15:08:44 +03:00
jilo.conf Lists all available config options 2024-06-12 16:34:28 +03:00
log-regexps.txt Added more reference log regexps. 2024-06-10 21:49:52 +03:00

README.md

jilo

JItsi Logs Observer

Currently this has two components:

  • jilo is the script for collecting data from the logs. It is meant to be installed and run on the server and it needs read permissions for the logs. Currently it works with Videobridge and Jicofo log files. You can run it with cron to periodically update the new data from the logs.

  • jilo-cli is a command line client for displaying stats from an already populated jilo database It needs access to the jilo database.

The database can be an SQLite file or MySQL/MariaDB database. The default is local sqlite file.

The config file jilo.conf overrides the default settings. For more details check the comments in the scripts or use the --help option