mirror of
https://github.com/aljazceru/zabbix.git
synced 2025-12-17 09:44:20 +01:00
13 lines
474 B
Plaintext
13 lines
474 B
Plaintext
############################################################
|
|
# Redis - statistics
|
|
#
|
|
# Author: Neo Chen <netkiller@msn.com>
|
|
# Website: http://www.netkiller.cn
|
|
############################################################
|
|
|
|
# Discovery
|
|
|
|
# Return Redis statistics
|
|
UserParameter=redis.local[*],redis-cli -h 127.0.0.1 -p 6379 info|grep $1|cut -d : -f2
|
|
UserParameter=redis.status[*],redis-cli -h $1 -p $2 info|grep $3|cut -d : -f2
|
|
UserParameter=redis.proc,pidof redis-server | wc -l |