mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
60b7425bef
* Add http basic auth to /metrics * Fixes after testing applying of a --config sample.yml * Add unit test
12 lines
257 B
YAML
12 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
|