Werk #10761: redis_info.clients: New check to monitor Redis info clients section

Component Checks & agents
Title redis_info.clients: New check to monitor Redis info clients section
Date Jan 21, 2020
Level Trivial Change
Class New Feature
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.0.0i1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk MSP (CME)

With this check you can monitor Redis instances. The check gets input from the redis-cli command "info" and the resulting "Clients" section. It outputs the number of client connections (excluding connections from replicas), the longest output list among current client connections, the biggest input buffer among current client connections and the number of clients pending on a blocking call (BLPOP, BRPOP, BRPOPLPUSH).

Needs the agent plugin "mk_redis" to be installed.

To the list of all Werks