From 1a631bf366c3678039f41ee1101684b688ad8f20 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 17 Aug 2024 10:54:21 -0500 Subject: [PATCH] v-m: scrape: Remove serial1.p.b This machine never worked correctly; the USB-RS232 adapters would stop working randomly (and of course it would be whenever I needed to actually use them). I thought it was something wrong with the server itself (a Raspberry Pi 3), but the same thing happened when I tried using a Pi 4. The new backup server has a plethora of on-board RS-232 ports, so I'm going to use it as the serial console server, too. --- victoria-metrics/scrape.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/victoria-metrics/scrape.yml b/victoria-metrics/scrape.yml index 6c9951b..ade1b87 100644 --- a/victoria-metrics/scrape.yml +++ b/victoria-metrics/scrape.yml @@ -84,7 +84,6 @@ scrape_configs: - loki0.pyrocufflink.blue - nut0.pyrocufflink.blue - nvr2.pyrocufflink.blue - - serial1.pyrocufflink.blue - unifi3.pyrocufflink.blue - vmhost0.pyrocufflink.blue - vmhost1.pyrocufflink.blue @@ -288,7 +287,6 @@ scrape_configs: - loki0.pyrocufflink.blue - nut0.pyrocufflink.blue - nvr2.pyrocufflink.blue - - serial1.pyrocufflink.blue - unifi3.pyrocufflink.blue kubernetes_sd_configs: - role: node @@ -325,7 +323,6 @@ scrape_configs: - loki0.pyrocufflink.blue - nut0.pyrocufflink.blue - nvr2.pyrocufflink.blue - - serial1.pyrocufflink.blue - unifi3.pyrocufflink.blue kubernetes_sd_configs: - role: pod