update
This commit is contained in:
25
etc/prometheus.yml
Normal file
25
etc/prometheus.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
|
||||
global:
|
||||
scrape_interval: 1m
|
||||
scrape_timeout: 10s
|
||||
evaluation_interval: 1m
|
||||
|
||||
remote_write:
|
||||
|
||||
remote_read:
|
||||
|
||||
rule_files:
|
||||
|
||||
alerting:
|
||||
alertmanagers:
|
||||
|
||||
scrape_configs:
|
||||
- job_name: "prometheus"
|
||||
static_configs:
|
||||
- targets:
|
||||
- "localhost:9090"
|
||||
- job_name: node
|
||||
file_sd_configs:
|
||||
- files:
|
||||
- /etc/prometheus/file_sd/node/*.yml
|
||||
Reference in New Issue
Block a user