diff --git a/conf/prometheus/prometheus.yml b/conf/prometheus/prometheus.yml index c083c47..8a01752 100644 --- a/conf/prometheus/prometheus.yml +++ b/conf/prometheus/prometheus.yml @@ -29,12 +29,20 @@ scrape_configs: static_configs: - targets: ["cadvisor:8080"] + - job_name: "smartctl" + static_configs: + - targets: ["nyyu.dev:9633"] + - job_name: "node_nyyu" scheme: https metrics_path: /node/metrics static_configs: - targets: ["nyyu.dev:443"] + - job_name: "node_alpine" + static_configs: + - targets: ["alpine:9100"] + # - job_name: "smokeping" # static_configs: # - targets: ["smokeping:9374"] @@ -75,4 +83,4 @@ scrape_configs: - source_labels: [__param_target] target_label: target - target_label: __address__ - replacement: blackbox:9115 \ No newline at end of file + replacement: blackbox:9115