File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,16 @@ redis.1.host = address:6379
4848# redis.1.auth = password
4949```
5050
51- ###### Step 2-2 : If your Redis configured with Sentinel ######
51+ ###### Step 2-3 : If your Redis configured with Sentinel ######
5252``` bash
5353redis.1.prefix = my_redis1
5454redis.1.host = ip:26379,ip:26380
5555# redis.1.auth = password
5656redis.1.master = mastername
5757```
58+ Note: You can add multiple Redis server using syntax 'redis.[ index] '.
5859
59- ###### Step 2-2 : Define your monitoring item in Redis ######
60+ ###### Step 2-4 : Define your monitoring item in Redis ######
6061```
6162## Stats
6263monitor.instantaneous_input_kbps = true
@@ -86,7 +87,7 @@ monitor.keys = true
8687monitor.expires = false
8788monitor.avg_ttl = false
8889```
89- Please refer below url to define Redis's monitoring item that you want to monitor.
90+ Please refer redis.io's url to define Redis's monitoring items that you want to monitor.
9091https://redis.io/commands/info
9192
9293##### Step 3: Run #####
You can’t perform that action at this time.
0 commit comments