Added Templates for Redis monitoring
This commit is contained in:
parent
be70afa705
commit
3b17ba4359
3374
templates/Template_App_Redis.xml
Normal file
3374
templates/Template_App_Redis.xml
Normal file
File diff suppressed because it is too large
Load Diff
2
zabbix_agentd.conf.d/redis.conf
Normal file
2
zabbix_agentd.conf.d/redis.conf
Normal file
@ -0,0 +1,2 @@
|
||||
UserParameter=redis[*],echo -e "info\nquit" | redis-cli | grep $1":" | cut -d ':' -f 2
|
||||
UserParameter=redis-ping,echo -e "ping\nquit" | redis-cli | grep -c PONG
|
Loading…
Reference in New Issue
Block a user