fixed nginx

This commit is contained in:
netkiller
2017-01-19 15:54:32 +08:00
parent 984b877937
commit 65603a5943
9 changed files with 1624 additions and 572 deletions

View File

@@ -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