mirror of
https://github.com/aljazceru/zabbix.git
synced 2025-12-18 17:34:20 +01:00
fixed nginx
This commit is contained in:
@@ -8,5 +8,6 @@
|
||||
# Discovery
|
||||
|
||||
# Return Redis statistics
|
||||
UserParameter=redis.status[*],redis-cli -h 127.0.0.1 -p 6379 info|grep $1|cut -d : -f2
|
||||
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
|
||||
Reference in New Issue
Block a user