Werk #10643: redis_info: New check to monitor Redis instances
Component | Checks & agents | ||
Title | redis_info: New check to monitor Redis instances | ||
Date | Dec 6, 2019 | ||
Level | Trivial Change | ||
Class | New Feature | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
With this check you can monitor Redis instances. The check gets input from the redis-cli command "info" and the resulting "Server" section. It outputs the mode the server is running ("standalone", "sentinel" or "cluster") and the uptime. You can set levels for both values. Furthermore, it outputs the server version, the GCC compiler version, the PID, IP and port the server is listening on.
Needs the agent plugin "mk_redis" to be installed.