metricas.eletrotupi.com

commit c6873dbb025d17135cac9df340042009c759533d

Author: Pedro Lucas Porcellis <porcellis@eletrotupi.com>

Add alfazema.club to the list of nodes

 prometheus/prometheus.yml | 13 +++----------


diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml
index 53a39fd0824dfeea51dcc7743373c3dfa7cb8c9e..6a793d91e5245717ab273fa252ed164cb2a3ea99 100644
--- a/prometheus/prometheus.yml
+++ b/prometheus/prometheus.yml
@@ -1,8 +1,6 @@
-# my global config
 global:
-  scrape_interval:     15s # Set the scrape interval to every 15 seconds. Default is every 1 minute.
-  evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is every 1 minute.
-  # scrape_timeout is set to the global default (10s).
+  scrape_interval:     15s
+  evaluation_interval: 15s
 
 # Alertmanager configuration
 alerting:
@@ -12,18 +10,12 @@   - static_configs:
     - targets:
       - localhost:9093
 
-# Load rules once and periodically evaluate them according to the global 'evaluation_interval'.
 rule_files:
   - "/etc/prometheus/service_rules.yml"
   - "/etc/prometheus/node_rules.yml"
 
 scrape_configs:
-  # The job name is added as a label `job=<job_name>` to any timeseries scraped from this config.
   - job_name: 'prometheus'
-
-    # metrics_path defaults to '/metrics'
-    # scheme defaults to 'http'.
-
     static_configs:
     - targets: ['localhost:9090']
 
@@ -39,4 +31,5 @@       - targets:
         - marreco.eletrotupi.com
         - guara.eletrotupi.com
         - guanxuma.eletrotupi.com
+        - alfazema.club