fmeshsync fix with synology,vm's and lxc
This commit is contained in:
+3
-1
@@ -59,8 +59,10 @@ DEFAULT_CONFIG: dict[str, Any] = {
|
||||
"timeout_seconds": 120,
|
||||
"presence_enabled": True,
|
||||
"presence_interval_seconds": 30,
|
||||
"match_order": ["node_id", "serial_number"],
|
||||
"match_order": ["node_id", "mac_address", "serial_number"],
|
||||
"serial_match_manufacturer": False,
|
||||
"invalid_serial_values": ["unknown", "n/a", "none", "not specified", "to be filled by o.e.m."],
|
||||
"manufacturer_invalid_serial_rules": [{"manufacturer": "Synology", "values": ["123456789", "Unknown"]}],
|
||||
"create_missing_assets": True,
|
||||
"mark_missing_devices": True,
|
||||
"field_rules": {},
|
||||
|
||||
Reference in New Issue
Block a user