22 lines
701 B
YAML
22 lines
701 B
YAML
|
metrics:
|
||
|
additional_scrape_rules:
|
||
|
- job_name: minio-job
|
||
|
bearer_token: "{{ prometheus.scrape.s3.bearer_token }}"
|
||
|
metrics_path: /minio/v2/metrics/cluster
|
||
|
scheme: https
|
||
|
static_configs:
|
||
|
- targets: [s3.tobiasmanske.de]
|
||
|
- job_name: drone-job
|
||
|
bearer_token: "{{ prometheus.scrape.drone.bearer_token }}"
|
||
|
scheme: https
|
||
|
static_configs:
|
||
|
- targets: [drone.tobiasmanske.de]
|
||
|
- job_name: 'uptime-kuma-job'
|
||
|
scrape_interval: 30s
|
||
|
scheme: https
|
||
|
static_configs:
|
||
|
- targets: [status.tobiasmanske.de]
|
||
|
basic_auth:
|
||
|
username: "{{ prometheus.scrape.kuma.user }}"
|
||
|
password: "{{ prometheus.scrape.kuma.password }}"
|