Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 601 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 601 Bytes

check-redis

Description

Checks for Redis

Sub Commands

  • reachable
  • slave

check-redis reachable

Checks if Redis is reachable.

Setting

  • need a host and port pair, or a socket
[plugin.checks.redis_reachable]
command = "/path/to/check-redis reachable [--host=127.0.0.1] [--port=6379] [--timeout=5] [--socket=<unix socket>]

check-redis slave

Checks Redis slave status.

Setting

  • need a host and port pair, or a socket
[plugin.checks.redis_slave]
command = "/path/to/check-redis slave [--host=127.0.0.1] [--port=6379] [--timeout=5] [--socket=<unix socket>]