set up chkservd to monitor redis

joaowall

Member
Jul 24, 2020
10
0
1
Brasil
cPanel Access Level
Website Owner
Hello, I would like help setting up redis monitoring through chkservd.

I have tried the following commands but have not been successful.

command: service[redis]=6379,PING,\+PONG,systemctl restart redis.service,redis,redis
message: Service check failed to completeredis: [-NOAUT != \+PONG

command: service[redis]=6379,redis-cli -a "$password" PING,\+PONG,systemctl restart redis.service,redis,redis
message: Service check failed to completeredis: [-ERR w != \+PONG]

command: service[redis]=6379,redis-cli -a "$password" -h 127.0.0.1 -p 6379 PING,\+PONG,systemctl restart redis.service,redis,redis
message: Service check failed to completeredis: [-ERR w != \+PONG]


Can someone help me, please?
 
Last edited:

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
16,553
2,609
363
cPanel Access Level
Root Administrator
Hey there! Can you check the details in this thread to see if that will help with your situation? We were able to get that user more details through a ticket:

 

joaowall

Member
Jul 24, 2020
10
0
1
Brasil
cPanel Access Level
Website Owner
Hey there! Can you check the details in this thread to see if that will help with your situation? We were able to get that user more details through a ticket:

Hi cPRex, I looked at this topic before, but it didn't work for me. My case is a little different because redis uses authentication. Thanks for your attention