From 9c7b88f2002f58995243b68f0352ecbc43029833 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sat, 18 Jul 2020 20:20:17 +0900 Subject: [PATCH] Delete the monitoring setting for statup. --- cookbooks/prometheus/files/etc/prometheus.d/prometheus.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cookbooks/prometheus/files/etc/prometheus.d/prometheus.yml b/cookbooks/prometheus/files/etc/prometheus.d/prometheus.yml index 3a9b881..c28fc68 100644 --- a/cookbooks/prometheus/files/etc/prometheus.d/prometheus.yml +++ b/cookbooks/prometheus/files/etc/prometheus.d/prometheus.yml @@ -38,11 +38,6 @@ scrape_configs: - files: - '/etc/prometheus.d/targets/targets.yml' - - job_name: 'statup' - metrics_path: /statup_exporter/metrics - bearer_token: 'e351393306ea245de5f9588cbe8627c74db007c6' - static_configs: - - targets: ['10.0.1.234:9099'] alerting: alertmanagers: - static_configs: