mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
- Update/remove broken links - Add appropriate ignore rules for example URLs and osquery site
14 lines
373 B
JSON
14 lines
373 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"localhost": "localhost",
|
|
"osquery-downloads": "osquery.io/downloads",
|
|
"fleet.acme.org": "fleet.acme.org",
|
|
"fleet.corp.example.com": "fleet.corp.example.com"
|
|
}
|
|
],
|
|
"retryOn429": true,
|
|
"retryCount": 2,
|
|
"fallbackRetryDelay": "2s",
|
|
"aliveStatusCodes": [200, 206]
|
|
}
|