ref: master
prometheus/prometheus.yml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
global: scrape_interval: 15s evaluation_interval: 15s # Alertmanager configuration alerting: alertmanagers: - follow_redirects: true - static_configs: - targets: - localhost:9093 rule_files: - "/etc/prometheus/service_rules.yml" - "/etc/prometheus/node_rules.yml" scrape_configs: - job_name: 'prometheus' static_configs: - targets: ['localhost:9090'] - job_name: 'service' honor_timestamps: true static_configs: - targets: - rss.eletrotupi.com - job_name: 'node' static_configs: - targets: - marreco.eletrotupi.com - guara.eletrotupi.com - guanxuma.eletrotupi.com - alfazema.club - metricas.cirandas.net |