fix: disable optional custom fields by default
Build Windows agent / build (win-arm64) (push) Has been cancelled
Build Windows agent / build (win-x64) (push) Has been cancelled

This commit is contained in:
2026-07-21 13:53:09 +02:00
parent a7b4ac297a
commit dc7554eb41
2 changed files with 2 additions and 7 deletions
+1 -6
View File
@@ -11,10 +11,5 @@
"collect_software": true,
"max_software_entries": 250,
"tags": ["windows-agent"],
"custom_fields": {
"agent_version": "netbox_agent_version",
"windows_version": "windows_version",
"device_uuid": "device_uuid",
"last_sync": "agent_last_sync"
}
"custom_fields": {}
}