netenglabs / suzieq

Using network observability to operate and design healthier networks
https://www.stardustsystems.net/
Apache License 2.0
791 stars 105 forks source link

Poller session reset #864

Open ryanmerolle opened 1 year ago

ryanmerolle commented 1 year ago

Suzieq version

0.20.1

Install Type

container

Feature type

Extend sq-poller

Use case

Some auth servers do not handle persistent sessions well, and will deny all authorizations until the associated user/sessions disconnects and reestablished a new session.

Proposed functionality/solution

Add a feature to the poller to disconnect sessions on a timer. The default could be disabled, to continue the current behavior. A suggested value in the docs could be 86400 (1 day in seconds).

External dependencies

No response

Additional Context

Without this, suzieq will not gather any data from impacted devices.