From 41ca811f2d990985b77d65bef2a650474dbad88d Mon Sep 17 00:00:00 2001 From: "A.creature" <32132480+PCbIX@users.noreply.github.com> Date: Tue, 2 Apr 2024 08:50:53 +0300 Subject: [PATCH] Update station1_agt.yml Interval can not be less than timeout. --- dist/deploy/cfg/station1_agt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/deploy/cfg/station1_agt.yml b/dist/deploy/cfg/station1_agt.yml index df4f354..f0a7bdc 100644 --- a/dist/deploy/cfg/station1_agt.yml +++ b/dist/deploy/cfg/station1_agt.yml @@ -4,7 +4,7 @@ global: scrape_configs: - job_name: network_exporter - scrape_interval: 2s + scrape_interval: 4s scrape_timeout: 3s static_configs: - targets: ["station1_exporter:9427"]