add main nodexporter

This commit is contained in:
Max Rydahl Andersen 2018-10-08 00:01:07 +02:00
parent 77c23ff33f
commit aa69e558e3
2 changed files with 23 additions and 0 deletions

View file

@ -51,3 +51,7 @@ scrape_configs:
target_label: instance
- target_label: __address__
replacement: ping:9115 # The blackbox exporter's real hostname:port.
- job_name: 'nodeexp'
static_configs:
- targets: ['nodeexp:9100']