update prom hopeful fix
This commit is contained in:
parent
3e65efcb6a
commit
131df0eab9
1 changed files with 2 additions and 1 deletions
|
@ -31,9 +31,10 @@ scrape_configs:
|
|||
- targets: ['docker.host:9100']
|
||||
|
||||
- job_name: 'gitea'
|
||||
scheme: 'https'
|
||||
bearer_token: thesemetricsmaybepublic
|
||||
static_configs:
|
||||
- targets: ['https://git.ixvd.net']
|
||||
- targets: ['git.ixvd.net:443']
|
||||
|
||||
- job_name: 'blackbox'
|
||||
metrics_path: /probe
|
||||
|
|
Reference in a new issue