docker

Docker for services
git clone git://git.unixkoans.com/docker.git
Log | Files | Refs

commit aa789fd39c3f4c28e0400d4433f09261f64e7b65
parent 319341e758ba5976ed61de5bcb653e1f82e966be
Author: Xiaodong Xu <[email protected]>
Date:   Wed Jun 20 17:18:01 +0800

Update Prometheus config

Diffstat:
monitor/server/prometheus.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/monitor/server/prometheus.yml b/monitor/server/prometheus.yml @@ -20,7 +20,7 @@ scrape_configs: - job_name: monitor static_configs: - targets: - - localhost:9002 + - 192.168.1.101:9002 - job_name: 'blackbox' metrics_path: /probe