We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d55afe commit 92997a9Copy full SHA for 92997a9
src/main/resources/exporter_config.yaml
@@ -23,15 +23,15 @@ qmgrConnectionParams:
23
useTLS: true
24
# Path to keystore file
25
keystorePath: /opt/mq_exporter/keystores/keystore.jks
26
-# keystore password
+# Keystore password
27
keystorePassword: testpass2
28
-# path to truststore file
+# Path to truststore file
29
truststorePath: /opt/mq_exporter/keystores/truststore.jks
30
-# truststore password
+# Truststore password
31
truststorePassword: testpass2
32
# SSL protocol
33
sslProtocol: TLSv1.2
34
-# cipherSuite
+# CipherSuite
35
cipherSuite: TLS_RSA_WITH_AES_256_CBC_SHA256
36
37
# Prometheus connection information -------------------------------
0 commit comments