You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is a example about check redis.
option tcp-check
tcp-check send PING\r\n
tcp-check expect string +PONG
tcp-check send QUIT\r\n
tcp-check expect string +OK
[root@QA-PUB01 conf]# telnet 192.168.2.216 6379
Trying 192.168.2.216...
Connected to 192.168.2.216.
Escape character is '^]'.
ping
+PONG
quit
+OK
Connection closed by foreign host.
when i post a command,redis give me a string.but rabbitmq i not found this feature!
how to config about rabbitmq?
The text was updated successfully, but these errors were encountered:
this is a example about check redis.
option tcp-check
tcp-check send PING\r\n
tcp-check expect string +PONG
tcp-check send QUIT\r\n
tcp-check expect string +OK
[root@QA-PUB01 conf]# telnet 192.168.2.216 6379
Trying 192.168.2.216...
Connected to 192.168.2.216.
Escape character is '^]'.
ping
+PONG
quit
+OK
Connection closed by foreign host.
when i post a command,redis give me a string.but rabbitmq i not found this feature!
how to config about rabbitmq?
The text was updated successfully, but these errors were encountered: