| 1234567891011 |
- # Redis
- #
- # This content is licensed GNU GPL v2
- # Author: Alexey Dubkov <alexey.dubkov@gmail.com>
- #
- # Discovery
- UserParameter=redis.discovery,/etc/zabbix/scripts/redis/zbx_redis_stats.js localhost list_key_space_db
- # Return Redis statistics
- UserParameter=redis[*],/etc/zabbix/scripts/redis/zbx_redis_stats.js $1 $2 $3
|