Files
Netbox-Client-Agent-for-Win…/config.example.json
T
MrBlake a7b4ac297a
Build Windows agent / build (win-arm64) (push) Has been cancelled
Build Windows agent / build (win-x64) (push) Has been cancelled
feat: add software inventory and insecure TLS option
2026-07-21 13:46:43 +02:00

21 lines
526 B
JSON

{
"netbox_url": "https://netbox.example.com",
"api_token": "CHANGE_ME",
"region": "emea",
"site": "berlin",
"location": "office-1",
"device_role": "windows-client",
"verify_tls": true,
"allow_insecure_tls": false,
"timeout_seconds": 30,
"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"
}
}