mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
- In tests and documentation, replace `@fleetdm.com` with `@example.com` - In documentation, replace `hello@fleetdm.com` with `fleetdm.com/contact` - In documentation, replace `security@fleetdm.com` with `fleetdm.com/contact` - In Dockerfiles, replace `engineering@fleetdm.com` with `hello@fleetdm.com`. These two files are the only remaining files with a `@fleetdm.com` email.
32 lines
703 B
JSON
32 lines
703 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "localhost"
|
|
},
|
|
{
|
|
"pattern": "osquery.io/downloads"
|
|
},
|
|
{
|
|
"pattern": "fleet.acme.org"
|
|
},
|
|
{
|
|
"pattern": "fleet.corp.example.com"
|
|
},
|
|
{
|
|
"pattern": "/server/datastore/mysql/migrations/"
|
|
},
|
|
{
|
|
"pattern": "linkedin.com/company/fleetdm"
|
|
},
|
|
{
|
|
"pattern": "github.com/fleetdm/confidential"
|
|
},
|
|
{
|
|
"pattern": "osquery.io/schema"
|
|
}
|
|
],
|
|
"retryOn429": true,
|
|
"retryCount": 2,
|
|
"fallbackRetryDelay": "2s",
|
|
"aliveStatusCodes": [200, 206, 999]
|
|
}
|