]> git.rmz.io Git - dotfiles.git/blob - podman/monitoring/prometheus.yml
vim/fugitive: winfixheight FugitiveIndex window
[dotfiles.git] / podman / monitoring / prometheus.yml
1 global:
2 scrape_interval: 15s
3 scrape_timeout: 10s
4 evaluation_interval: 15s
5 alerting:
6 alertmanagers:
7 - static_configs:
8 - targets: []
9 scheme: http
10 timeout: 10s
11 api_version: v1
12 scrape_configs:
13 - job_name: prometheus
14 honor_timestamps: true
15 scrape_interval: 15s
16 scrape_timeout: 10s
17 metrics_path: /metrics
18 scheme: http
19 static_configs:
20 - targets:
21 - localhost:3001
22 - job_name: node
23 static_configs:
24 - targets: ['10.0.109.1:9100']
25 labels:
26 hostname: rmz.io
27 - targets: ['10.0.109.10:9100']
28 labels:
29 hostname: deepthought
30 - targets: ['10.0.109.20:9100']
31 labels:
32 hostname: hactar
33 - targets: ['10.0.109.30:9100']
34 labels:
35 hostname: libreelec