metricas.eletrotupi.com

commit 6c5ecf30ce40c41bc7ab06a9f8b74c2f39331cf9

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

Load node rules into main prometheus configuration

 prometheus/prometheus.yml | 2 +-


diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml
index 43d1d89a6925cfca343e683bfd41df31a7936bd7..53a39fd0824dfeea51dcc7743373c3dfa7cb8c9e 100644
--- a/prometheus/prometheus.yml
+++ b/prometheus/prometheus.yml
@@ -15,7 +15,7 @@
 # Load rules once and periodically evaluate them according to the global 'evaluation_interval'.
 rule_files:
   - "/etc/prometheus/service_rules.yml"
-  # - "second_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.