Aloike / Freebox-Revolution-Monitoring

Freebox Revolution monitoring using telegraf/influxdb/grafana dockers on Synology NAS
MIT License
2 stars 1 forks source link

Improve the sessions mechanism (let them be persistent) #2

Open Aloike opened 3 years ago

Aloike commented 3 years ago

Whenever a query is issued, a session is opened, the query is processed, then the session is closed.

This leads to a large sessions count on the Freebox and there seems to be session collisions when using multiple 'exec' inputs on Telegraf.

Aloike commented 3 years ago

See https://dev.freebox.fr/sdk/os/login/ :