Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 484 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 484 Bytes

check_redis NRPE plugin

Usage

check_redis [-h host] [-p port] [-a auth] [-C connected_clients | -M used_memory] [-w warning] [-c critical]

-h redis host
-p redis port, eg: 6379
-C Number of clients connected to Redis
-M Memory used by the Redis server
-w WARNING Warning value or 0
-c CRITICAL Critical value or 0
-H Display this screen