diff --git a/files/prometheus/prometheus.yaml b/files/prometheus/prometheus.yaml index 6e53ecf..7eac6b9 100644 --- a/files/prometheus/prometheus.yaml +++ b/files/prometheus/prometheus.yaml @@ -114,11 +114,11 @@ scrape_configs: scheme: http static_configs: - targets: - # - '192.168.0.89:9283' - # - '192.168.0.71:9283' - # - '192.168.0.72:9283' - # - '192.168.0.73:9283' - # - '192.168.0.74:9283' + - '192.168.0.89:9283' + - '192.168.0.71:9283' + - '192.168.0.72:9283' + - '192.168.0.73:9283' + - '192.168.0.74:9283' - '192.168.0.75:9283'