From af3bd7bb413da1c6c25fddda4769b8055a8ed903 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Tue, 22 Jul 2025 18:11:50 +0300 Subject: [PATCH] Re-enable sw_core mikrotik-exporter Hopefully this time, after RouterOS upgrades, they will not leak memory anymore. (: --- monitoring/mikrotik-exporter.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/monitoring/mikrotik-exporter.yaml b/monitoring/mikrotik-exporter.yaml index f4f32c2..f883713 100644 --- a/monitoring/mikrotik-exporter.yaml +++ b/monitoring/mikrotik-exporter.yaml @@ -17,16 +17,16 @@ spec: targets: staticConfig: static: - - 172.23.0.1 - - 172.23.0.100 - #- 100.102.1.111 - #- 100.102.1.112 - - 100.102.1.114 - - 100.102.1.115 - - 100.102.1.121 - - 100.102.1.131 - - 100.102.1.141 - - 100.102.1.151 + - 172.23.0.1 # router + - 172.23.0.100 # sw_mgmt + - 100.102.1.111 # sw_core01 + - 100.102.1.112 # sw_core02 + - 100.102.1.114 # sw_server_poe + - 100.102.1.115 # sw_server_ha + - 100.102.1.121 # sw_chaos + - 100.102.1.131 # sw_kitchen + - 100.102.1.141 # sw_cyber + - 100.102.1.151 # sw_asocial --- apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule