From 14e8f69815d0193d76341cdf56af6ec09a2f058e Mon Sep 17 00:00:00 2001 From: Karolis2011 Date: Sat, 2 Aug 2025 01:11:45 +0300 Subject: [PATCH] Refactor OpenWRT scrape configuration: clean up formatting and remove redundant line --- OpenWRT/openwrt.alloy | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/OpenWRT/openwrt.alloy b/OpenWRT/openwrt.alloy index c7c46a5..5bac46c 100644 --- a/OpenWRT/openwrt.alloy +++ b/OpenWRT/openwrt.alloy @@ -41,9 +41,8 @@ declare "openwrt" { } prometheus.scrape "openwrt_node_exporter" { - targets = discovery.relabel.openwrt_node_exporter.output - forward_to = argument.forward_to.value - scrape_interval = "15s" + targets = discovery.relabel.openwrt_node_exporter.output + forward_to = argument.forward_to.value } export "targets" {