Note: All of the following config options can be set in
/etc/simp/simp-console.yml
To keep the database from storing too many reports, the user can specify the maximum number of reports to store per node using the following setting. The default is 3.
main.max_scans: 3
The collector is the communication point between the SIMP Scanner and SIMP Console. The current version of the collector is v2 which all SIMP Scanners since console version 1.2.0 fully support. If for whatever reason you want to use a scanner from previous releases you will need to enable the legacy collector.
main.flags:
"main.legacy_collector": true