Compare commits

...

2 Commits

Author SHA1 Message Date
Yasen Pramatarov d2218ed702 Updates TODO 2024-06-04 20:11:45 +03:00
Yasen Pramatarov 2f049eec84 Adds short description in the readme. 2024-06-04 20:10:49 +03:00
2 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,18 @@
# jilo
JItsi Logs Observer
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

View File

@ -8,7 +8,7 @@
- Prometheus
- InfluxDB
* Add more stats:
- participants (join/leave time and details)
- ~~participants (join/leave time and details)~~
- issues
- errors
- info about JVBs used