mirror of
https://github.com/ribbybibby/ssl_exporter.git
synced 2024-11-24 08:22:17 +02:00
02d61835e8
If default_module is set then the exporter will use that when the module parameter isn't set. If target is set for a module then the module will use that target, ignoring the target parameter completely.
49 lines
974 B
YAML
49 lines
974 B
YAML
default_module: https
|
|
modules:
|
|
https:
|
|
prober: https
|
|
https_insecure:
|
|
prober: https
|
|
tls_config:
|
|
insecure_skip_verify: true
|
|
https_renegotiation:
|
|
prober: https
|
|
tls_config:
|
|
renegotiation: freely
|
|
https_proxy:
|
|
prober: https
|
|
https:
|
|
proxy_url: "socks5://localhost:8123"
|
|
https_timeout:
|
|
prober: https
|
|
timeout: 3s
|
|
tcp:
|
|
prober: tcp
|
|
tcp_servername:
|
|
prober: tcp
|
|
tls_config:
|
|
server_name: example.com
|
|
tcp_client_auth:
|
|
prober: tcp
|
|
tls_config:
|
|
ca_file: /etc/tls/ca.crt
|
|
cert_file: /etc/tls/tls.crt
|
|
key_file: /etc/tls/tls.key
|
|
tcp_smtp_starttls:
|
|
prober: tcp
|
|
tcp:
|
|
starttls: smtp
|
|
file:
|
|
prober: file
|
|
file_ca_certificates:
|
|
prober: file
|
|
target: /etc/ssl/certs/ca-certificates.crt
|
|
kubernetes:
|
|
prober: kubernetes
|
|
kubernetes_kubeconfig:
|
|
prober: kubernetes
|
|
kubernetes:
|
|
kubeconfig: /root/.kube/config
|
|
kubeconfig:
|
|
prober: kubeconfig
|