From 0d8ebbcc98f18cdf9762e3eef36aa2acf64b2236 Mon Sep 17 00:00:00 2001 From: Yuri Lima Date: Fri, 3 May 2024 16:06:19 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20Ambio=20Removed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/prometheus.yaml | 8 ++++---- docker-compose.yml | 2 +- https_portal/log/error.log | 2 ++ 3 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 https_portal/log/error.log diff --git a/config/prometheus.yaml b/config/prometheus.yaml index ee3e62c..71e5b20 100644 --- a/config/prometheus.yaml +++ b/config/prometheus.yaml @@ -44,10 +44,10 @@ scrape_configs: static_configs: - targets: ["23.88.107.109:9100"] - - job_name: "Ambio" - scrape_interval: 5s - static_configs: - - targets: ["116.203.28.202:9100"] + # - job_name: "Ambio" + # scrape_interval: 5s + # static_configs: + # - targets: ["116.203.28.202:9100"] - job_name: "Trachtenmode Schmid" scrape_interval: 5s diff --git a/docker-compose.yml b/docker-compose.yml index 96fcba7..72143c9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,7 +29,7 @@ services: - 9090:9090 command: "--config.file=/etc/prometheus/prometheus.yaml" volumes: - - '--web.enable-lifecycle' # Enable reload of configuration automatically without restart !!! + # - '--web.enable-lifecycle' # Enable reload of configuration automatically without restart !!! - ./config/prometheus.yaml:/etc/prometheus/prometheus.yaml:ro # RO Read-only - prometheus-data:/prometheus restart: unless-stopped diff --git a/https_portal/log/error.log b/https_portal/log/error.log new file mode 100644 index 0000000..5fadd83 --- /dev/null +++ b/https_portal/log/error.log @@ -0,0 +1,2 @@ +2024/05/03 15:54:26 [notice] 268#268: signal process started +2024/05/03 16:03:21 [notice] 265#265: signal process started