47 lines
1.1 KiB
YAML
47 lines
1.1 KiB
YAML
global:
|
|
scrape_interval: 15s
|
|
|
|
scrape_configs:
|
|
- job_name: 'caddy'
|
|
static_configs:
|
|
- targets: ['mycloudhaus.xyz']
|
|
metrics_path: /metrics
|
|
basic_auth:
|
|
username: 'theo'
|
|
password: 'L33TSUP@H4x0r'
|
|
- job_name: 'puter'
|
|
static_configs:
|
|
- targets: ['10.0.0.3:9100']
|
|
metrics_path: /metrics
|
|
scheme: http
|
|
- job_name: 'box'
|
|
static_configs:
|
|
- targets: ['10.0.0.4:9100']
|
|
metrics_path: /metrics
|
|
scheme: http
|
|
- job_name: 'bigbox'
|
|
static_configs:
|
|
- targets: ['10.0.0.2:9100']
|
|
metrics_path: /metrics
|
|
scheme: http
|
|
- job_name: 'searxng'
|
|
metrics_path: /metrics
|
|
scheme: https
|
|
tls_config:
|
|
insecure_skip_verify: true
|
|
static_configs:
|
|
- targets: ['searxng.mycloudhaus.xyz']
|
|
basic_auth:
|
|
username: metrics
|
|
password: shS5SPW22S29ZkJWLDI
|
|
- job_name: 'f2b'
|
|
static_configs:
|
|
- targets: ['10.0.0.1:9991']
|
|
metrics_path: /metrics
|
|
scheme: http
|
|
- job_name: 'crowdsec'
|
|
static_configs:
|
|
- targets: ['10.0.0.1:6060']
|
|
metrics_path: /metrics
|
|
scheme: http
|