mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
3f26d650a5
gusto, crunchbase, and angellist relates to https://github.com/fleetdm/fleet/pull/3999#issuecomment-1028545628
51 lines
858 B
JSON
51 lines
858 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "localhost"
|
|
},
|
|
{
|
|
"pattern": "osquery.io/downloads"
|
|
},
|
|
{
|
|
"pattern": "fleet.acme.org"
|
|
},
|
|
{
|
|
"pattern": "fleet.corp.example.com"
|
|
},
|
|
{
|
|
"pattern": "fleet.example.com"
|
|
},
|
|
{
|
|
"pattern": "/server/datastore/mysql/migrations/"
|
|
},
|
|
{
|
|
"pattern": "linkedin.com/company/fleetdm"
|
|
},
|
|
{
|
|
"pattern": "github.com/fleetdm/confidential"
|
|
},
|
|
{
|
|
"pattern": "osquery.io/schema"
|
|
},
|
|
{
|
|
"pattern": "github.com/issues"
|
|
},
|
|
{
|
|
"pattern": "goreportcard.com"
|
|
},
|
|
{
|
|
"pattern": "gusto.com"
|
|
},
|
|
{
|
|
"pattern": "crunchbase.com"
|
|
},
|
|
{
|
|
"pattern": "angel.co"
|
|
}
|
|
],
|
|
"retryOn429": true,
|
|
"retryCount": 2,
|
|
"fallbackRetryDelay": "2s",
|
|
"aliveStatusCodes": [200, 206, 999]
|
|
}
|