removed node-exporter from the targets list as it is not used in this stack

This commit is contained in:
Brian Christner 2017-08-02 09:16:56 +02:00
parent c118aeda1b
commit 7a33f0348f
No known key found for this signature in database
GPG key ID: 8453AD0CB29591D1

View file

@ -28,4 +28,4 @@ scrape_configs:
# scheme defaults to 'http'.
static_configs:
- targets: ['node-exporter:9100','localhost:9090', 'metrics:9171']
- targets: ['localhost:9090', 'metrics:9171']