docker

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

commit 33aeb33c2376d84b40a367f76ae117b6cf1f30ee
parent 539012bf4af60d8eba4ac52a25fe22011ac42542
Author: Xiaodong Xu <[email protected]>
Date:   Fri Jun 22 20:23:40 +0800

Update Prometheus config

Diffstat:
monitor/server/prometheus.yml | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/monitor/server/prometheus.yml b/monitor/server/prometheus.yml @@ -17,6 +17,11 @@ rule_files: # Here it's Prometheus itself. scrape_configs: # The job name is added as a label `job=<job_name>` to any timeseries scraped from this config. + - job_name: prometheus + static_configs: + - targets: + - 192.168.1.101:9001 + - job_name: monitor static_configs: - targets: