add watchdog and max scans
This commit is contained in:
@@ -14,3 +14,12 @@ NETBOX_PREFIX_STATUS=active
|
||||
|
||||
# NetBox tenant name to assign to discovered IPs
|
||||
TENANT=Your Tenant Name
|
||||
|
||||
# Parallelism
|
||||
MAX_SCAN_WORKERS=5
|
||||
MAX_IMPORT_WORKERS=5
|
||||
|
||||
# Watchdog: comma-separated IPs that must stay reachable during the scan
|
||||
# If any becomes unreachable the scan stops immediately
|
||||
WATCHDOG_IPS=192.168.1.1,192.168.1.2
|
||||
WATCHDOG_INTERVAL=10
|
||||
|
||||
Reference in New Issue
Block a user