From 8bd60a6473eef92c647de3040430e85f21ac1c4a Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Fri, 29 Apr 2022 13:10:05 -0700 Subject: [PATCH] Fix indentation --- .../server/config/prometheus/prometheus.yml | 66 +++++++++---------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/homelab/server/config/prometheus/prometheus.yml b/homelab/server/config/prometheus/prometheus.yml index aa926494..80000515 100644 --- a/homelab/server/config/prometheus/prometheus.yml +++ b/homelab/server/config/prometheus/prometheus.yml @@ -2,68 +2,68 @@ global: scrape_interval: 60s scrape_configs: - - job_name: 'prometheus' - scrape_interval: 60s - static_configs: - - targets: ['localhost:9090'] + - job_name: 'prometheus' + scrape_interval: 60s + static_configs: + - targets: ['localhost:9090'] - - job_name: 'traefik' - scrape_interval: 5s - static_configs: - - targets: ['192.168.1.23:28080'] - metrics_path: "/metrics" + - job_name: 'traefik' + scrape_interval: 5s + static_configs: + - targets: ['192.168.1.23:28080'] + metrics_path: "/metrics" - - job_name: '5e.jafner.tools' - scrape_interval: 5s - static_configs: - - targets: ['5e-jafner-tools:9117'] - metrics_path: "/metrics" + - job_name: '5e.jafner.tools' + scrape_interval: 5s + static_configs: + - targets: ['5e-jafner-tools:9117'] + metrics_path: "/metrics" - - job_name: 'pihole.jafner.net' - scrape_interval: 5s - static_configs: - - targets: ['pihole-jafner-net:9617'] - metrics_path: "/metrics" + - job_name: 'pihole.jafner.net' + scrape_interval: 5s + static_configs: + - targets: ['pihole-jafner-net:9617'] + metrics_path: "/metrics" - - job_name: 'uptime-kuma' - scrape_interval: 5s - static_configs: - - targets: ['uptime.jafner.net'] - basic_auth: - username: Jafner - password: ***REMOVED*** + - job_name: 'uptime-kuma' + scrape_interval: 5s + static_configs: + - targets: ['uptime.jafner.net'] + basic_auth: + username: Jafner + password: ***REMOVED*** - job_name: 'mc-monitor' scrape_interval: 5s static_configs: - - targets: ['mc-monitor:8080'] + - targets: ['mc-monitor:8080'] - job_name: 'jafner.tools' scrape_interval: 5s static_configs: - - targets: ['143.110.151.123:9100'] + - targets: ['143.110.151.123:9100'] - job_name: 'jafner.chat' scrape_interval: 5s static_configs: - - targets: ['143.110.157.109:9100'] + - targets: ['143.110.157.109:9100'] - job_name: 'joey-seedbox' scrape_interval: 5s static_configs: - - targets: ['joey-seedbox.local:9100'] + - targets: ['joey-seedbox.local:9100'] - job_name: 'joey-server' scrape_interval: 5s static_configs: - - targets: ['joey-server.local:9100'] + - targets: ['joey-server.local:9100'] - job_name: 'pihole' scrape_interval: 5s static_configs: - - targets: ['pihole.local:9100'] + - targets: ['pihole.local:9100'] - job_name: 'tasmota' scrape_interval: 5s static_configs: - - targets: ['tasmota-1','tasmota-2','tasmota-3'] + - targets: ['tasmota-1','tasmota-2','tasmota-3']