1234567891011121314151617181920212223242526272829 |
- global:
- scrape_interval: 15s
- evaluation_interval: 15s
-
-
- alerting:
- alertmanagers:
- - static_configs:
- - targets:
-
-
- rule_files:
-
-
-
-
- scrape_configs:
-
- - job_name: 'prometheus'
-
-
- static_configs:
- - targets: ['localhost:9090', 'http://35.184.156.233:3389']
|