EOX GitLab Instance

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

added postfix_exporter

parent fdffe1ac
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,26 @@ scrape_configs:
file_sd_configs:
- files:
- 'bare_metal.yml'
- job_name: lxc_postfix
metrics_path: /postfix_metrics
scheme: https
tls_config:
ca_file: '/etc/ssl/prometheus_client/root.ca.crt'
cert_file: '/etc/ssl/prometheus_client/{{fqdn}}.crt'
key_file: '/etc/ssl/prometheus_client/{{fqdn}}.key'
file_sd_configs:
- files:
- 'lxc.yml'
- job_name: bare_metal_postfix
metrics_path: /postfix_metrics
scheme: https
tls_config:
ca_file: '/etc/ssl/prometheus_client/root.ca.crt'
cert_file: '/etc/ssl/prometheus_client/{{fqdn}}.crt'
key_file: '/etc/ssl/prometheus_client/{{fqdn}}.key'
file_sd_configs:
- files:
- 'bare_metal.yml'
{% if groups['lxc_host'] is defined %}
......
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