You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
318 B
19 lines
318 B
--- |
|
global: |
|
evaluation_interval: 1m |
|
scrape_interval: 1m |
|
scrape_timeout: 10s |
|
|
|
rule_files: |
|
- /etc/config/rules |
|
- /etc/config/alerts |
|
scrape_configs: |
|
- job_name: prometheus |
|
static_configs: |
|
- targets: |
|
- localhost:9090 |
|
- job_name: other_nodes |
|
static_configs: |
|
- targets: |
|
- global:9100 |
|
- global:8000
|
|
|