From b73cad9e2ccb30821340305a9d239cca24d219e1 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Mon, 23 Sep 2024 20:23:23 -0400 Subject: [PATCH] remove redundant job, add missing target --- filesystem/etc/prometheus/file_sd/node.yml | 2 +- filesystem/etc/prometheus/file_sd/simple_node.yml | 2 -- filesystem/etc/prometheus/prometheus.yml | 5 ----- 3 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 filesystem/etc/prometheus/file_sd/simple_node.yml diff --git a/filesystem/etc/prometheus/file_sd/node.yml b/filesystem/etc/prometheus/file_sd/node.yml index c75839e..3ac341b 100644 --- a/filesystem/etc/prometheus/file_sd/node.yml +++ b/filesystem/etc/prometheus/file_sd/node.yml @@ -4,7 +4,7 @@ - sowg:9100 - sywg:9100 - x3wg:9100 + - frodo:9100 # - kwwg:9100 # - x2wg:9101 -# - frodo:9101 diff --git a/filesystem/etc/prometheus/file_sd/simple_node.yml b/filesystem/etc/prometheus/file_sd/simple_node.yml deleted file mode 100644 index debc981..0000000 --- a/filesystem/etc/prometheus/file_sd/simple_node.yml +++ /dev/null @@ -1,2 +0,0 @@ -- targets: - - 10.2.0.1:9100 diff --git a/filesystem/etc/prometheus/prometheus.yml b/filesystem/etc/prometheus/prometheus.yml index 0d8d2e7..4b9041b 100644 --- a/filesystem/etc/prometheus/prometheus.yml +++ b/filesystem/etc/prometheus/prometheus.yml @@ -47,11 +47,6 @@ scrape_configs: instance: 'kd' - - job_name: simple_node - file_sd_configs: - - files: - - /etc/prometheus/file_sd/simple_node.yml - - job_name: node scheme: https tls_config: -- 2.30.2