mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
15 lines
373 B
JSON
15 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]
|
||
|
}
|