title: Redis: Persistence
agents: linux
catalog: app/redis
license: GPLv2
distribution: check_mk
description:
 With this check you can monitor Redis instances. The check gets input from
 the redis-cli command "info" and the resulting "Persistence" section. It
 outputs the state of the last RDB (Redis Database Backup) save and AOF (Append
 Only File) rewrite operation. Furthermore the time of the last successful RDB
 save and the number of changes since the last dump.

 Needs the agent plug-in "mk_redis" to be installed.

item:
 Name of the Redis instance.

discovery:
 One service is created for each instance {"Redis MY_REDIS Persistence"}.
