mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-15 10:04:07 -08:00
13 lines
253 B
YAML
13 lines
253 B
YAML
|
scrape_configs:
|
||
|
- job_name: prometheus
|
||
|
file_sd_configs:
|
||
|
- files:
|
||
|
- nonexistent_file.yml
|
||
|
alerting:
|
||
|
alertmanagers:
|
||
|
- scheme: http
|
||
|
api_version: v1
|
||
|
file_sd_configs:
|
||
|
- files:
|
||
|
- nonexistent_file.yml
|