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

[Feature]: Poller Snapshot Mode in Configuration File #866

Open rboucher-me opened 1 year ago

rboucher-me commented 1 year ago

Suzieq version

0.20.1

Install Type

container

Feature type

other

Use case

Would like to be able to configure the poller to run in snapshot mode (--run-once=update) in the configuration file (suzieq-cfg.yaml) instead of via the command-line. This would allow all configuration information to be stored in one place for remote execution of SuzieQ.

Proposed functionality/solution

Add a configuration field to the SuzieQ configuration file, such as:

poller:
  run-once=update: true

External dependencies

No response

Additional Context