From dbb485a49adbd8348910140232c218b4075cb808 Mon Sep 17 00:00:00 2001 From: David Date: Sun, 25 Dec 2022 23:54:54 +0100 Subject: [PATCH] config test --- statistiques/parseStats.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/statistiques/parseStats.py b/statistiques/parseStats.py index 0733234..f7f95e0 100755 --- a/statistiques/parseStats.py +++ b/statistiques/parseStats.py @@ -12,8 +12,8 @@ import sqlite3 # Constantes STAT_DIR = '/srv/visio.chapril.org/statistiques/' -STATS_TOT_FIELDS = ['total_conferences_created','total_failed_conferences','total_conferences_completed','total_conference_seconds','total_bytes_received','total_bytes_sent','total_participants','conferences','videochannels','endpoints_sending_audio',] -STATS_FR_TOT_FIELDS = ['conferences creees total','conferences totalement echouees','conferences terminees total','duree totale conferences','total octets reçus','total octets envoyés','total participants','nombre de conferences','canaux video','clients en audio',] +STATS_TOT_FIELDS = ['total_conferences_created','total_failed_conferences','total_conferences_completed','total_conference_seconds','total_bytes_received','total_bytes_sent','total_participants','conferences','videochannels','endpoints_sending_audio', 'total_conference', 'average conferences by day', ] +STATS_FR_TOT_FIELDS = ['conferences creees total','conferences totalement echouees','conferences terminees total','duree totale conferences','total octets reçus','total octets envoyés','total participants','nombre de conferences','canaux video','clients en audio', 'Conferences total', 'moyenne de conferences par jour', ] STATS_MAX_FIELDS = ['largest_conference',] STATS_FR_MAX_FIELDS = ['plus grande conference',] dbPath = '/srv/visio.chapril.org/statistiques/stats_sqlite.db'