File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,34 @@ modules:
141
141
- expect : " PING :([^ ]+)"
142
142
send : " PONG ${1}"
143
143
- expect : " ^:[^ ]+ 001"
144
+ rabbitmq :
145
+ prober : tcp
146
+ timeout : 30s
147
+ tcp :
148
+ query_response :
149
+ - send : " HELO\r "
150
+ - send : " \r "
151
+ - send : " \r "
152
+ - send : " \r "
153
+ - expect : " AMQP"
154
+ tls : true
155
+ tls_config :
156
+ insecure_skip_verify : false
157
+ ca_file : " /etc/blackbox_exporter/CA_cert.crt"
158
+ rabbitmq_insecure :
159
+ prober : tcp
160
+ timeout : 30s
161
+ tcp :
162
+ query_response :
163
+ - send : " HELO\r "
164
+ - send : " \r "
165
+ - send : " \r "
166
+ - send : " \r "
167
+ - expect : " AMQP"
168
+ tls : true
169
+ tls_config :
170
+ insecure_skip_verify : true
171
+ ca_file : " /etc/blackbox_exporter/CA_cert.crt"
144
172
icmp_example :
145
173
prober : icmp
146
174
timeout : 5s
You can’t perform that action at this time.
0 commit comments