cfxEdgeCollector Help Command

>>> cfxedgecollector collect --help

Command will display the following syntax information.

-h, --help Show this help message and exit

--jobname JOBNAME Override job name with this name

--hopcount HOPCOUNT Override hop count

--no_merge Do not merge previously collected files (by default merged)

--group GROUP Override collection group (list)

--seed SEED Override seed devices (list)

--rule_file RULE_FILE Override rules filename with this name

--default_profile DEFAULT_PROFILE Specify default collection profile (usually 'normal' or 'slow')

--no_rules Do not run any rules, collect only specified groups

--securedir SECUREDIR Directory of RSA Key Pair

--exporteddir EXPORTEDDIR Directory where Exported data is stored.

--jobdir JOBDIR Directory where Collector jobs are stored.

--datadir DATADIR Directory where Collector Data and logs are stored.

--encrypt Encrypt Credentials files including inline credentials.

--keep_raw Preserve the raw collected data for CLI / APIs.

--worker_threads WORKER_THREADS Number of collection worker threads

--max_calls MAX_CALLS Max SNMP Calls for SNMP Table Operations (0 means no limit)

--max_rows MAX_ROWS Max SNMP Rows to be collected for SNMP Table Operations (0 means no limit, default:100,000)

--max_time MAX_TIME Max time in seconds for an SNMP Table Operation (0 means no limit, default:1800)

--max_repetitions MAX_REPETITIONS Max Repetitions SNMP Bulk Walk Table Operation.

--fresh_start Clean the existing Database and Re-run the discovery fresh

--rerun_failed Run failed hosts from the previous execution.

--rerun_inprogress Run in-progress hosts from the previous execution.

--rerun_successful Run successful hosts from the previous execution.

--rerun_partialfailed Run partially failed hosts from the previous execution.

--schedule SCHEDULE Run collector at the specified schedule

--daemon Run collector in daemon mode (Collector will always be running, even when no hosts/devices to discover) --timezone TIMEZONE Use specified timezone

Last updated