mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 06:48:54 +00:00
* Add http basic auth to /metrics * Fixes after testing applying of a --config sample.yml * Add unit test
11 lines
257 B
YAML
11 lines
257 B
YAML
scrape_configs:
|
|
- job_name: fleet
|
|
scheme: https
|
|
scrape_interval: 5s
|
|
static_configs:
|
|
- targets: ['host.docker.internal:8080']
|
|
tls_config:
|
|
insecure_skip_verify: true
|
|
basic_auth:
|
|
username: fleet
|
|
password: insecure
|