EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit fff78b63 authored by Karl Grube's avatar Karl Grube
Browse files

node exporter work

parent 4631c082
No related branches found
No related tags found
No related merge requests found
......@@ -36,14 +36,8 @@ scrape_configs:
static_configs:
- targets: ['localhost:9090']
- job_name: node
# If prometheus-node-exporter is installed, grab stats about the local
# machine by default.
static_configs:
- targets: ['localhost:9100']
- job_name: dns_scrape
scheme: https
#scheme: https
tls_config:
# Prometheus will check that the node_exporter presents a certificate
# signed by this ca.
......@@ -52,6 +46,7 @@ scrape_configs:
# Prometheus as a client.
cert_file: '/etc/ssl/prometheus_client/{{fqdn}}.crt'
key_file: '/etc/ssl/prometheus_client/{{fqdn}}.key'
min_version: TLS13
dns_sd_configs:
- names:
- '{{datacenter}}'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment