From: stevenvanrossem Date: Fri, 5 Aug 2016 07:23:13 +0000 (+0200) Subject: remove deprecated file X-Git-Tag: v3.1~89 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=commitdiff_plain;h=db12efc0fb925309b0147cafb3ac52083656cb6c remove deprecated file --- diff --git a/misc/prometheus_jenkins.yml b/misc/prometheus_jenkins.yml deleted file mode 100755 index b7770d1..0000000 --- a/misc/prometheus_jenkins.yml +++ /dev/null @@ -1,26 +0,0 @@ -global: - scrape_interval: 15s # By default, scrape targets every 15 seconds. - evaluation_interval: 5s - - -# A scrape configuration containing endpoints to scrape: - -scrape_configs: - -# cAdvsior started in son-emu - - job_name: 'cAdvisor' - - scrape_interval: 1s - - target_groups: - - targets: ['172.17.0.1:8090'] - -# Pushgateway started in SP - - job_name: 'PushGateway' - - scrape_interval: 1s - - target_groups: - - targets: ['172.17.0.1:9091'] - -