diff --git a/prometheus/rootfs/opt/prometheus-configgen/prometheus.template b/prometheus/rootfs/opt/prometheus-configgen/prometheus.template index e92a9ae..bc0e2c1 100644 --- a/prometheus/rootfs/opt/prometheus-configgen/prometheus.template +++ b/prometheus/rootfs/opt/prometheus-configgen/prometheus.template @@ -36,10 +36,10 @@ rule_files: static_configs: - targets: ['localhost:9090'] -# - job_name: 'coinmarket' -# scrape_interval: 120s -# # metrics_path defaults to '/metrics' -# # scheme defaults to 'http'. -# -# static_configs: -# - targets: ['192.168.1.20:9101'] + - job_name: 'coinmarket' + scrape_interval: 120s + # metrics_path defaults to '/metrics' + # scheme defaults to 'http'. + + static_configs: + - targets: ['192.168.1.20:9101']