File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,21 @@ qmgrConnectionParams:
89
89
# How long to wait until metrics are published by queue manager (milliseconds).
90
90
# Value must be at least 10000 (periodicity with which metrics are published by MQ).
91
91
connTimeout : 12000
92
-
92
+ # Use TLS connection to queue manager?
93
+ useTLS : true
94
+ # Path to keystore file
95
+ keystorePath : /opt/mq_exporter/keystores/keystore.jks
96
+ # keystore password
97
+ keystorePassword : testpass2
98
+ # path to truststore file
99
+ truststorePath : /opt/mq_exporter/keystores/truststore.jks
100
+ # truststore password
101
+ truststorePassword : testpass2
102
+ # SSL protocol
103
+ sslProtocol : TLSv1.2
104
+ # cipherSuite
105
+ cipherSuite : TLS_RSA_WITH_AES_256_CBC_SHA256
106
+
93
107
# Prometheus connection information -------------------------------
94
108
prometheusEndpointParams :
95
109
# URL and port which will be used to expose metrics for Prometheus.
You can’t perform that action at this time.
0 commit comments