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?
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: