File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,29 +34,29 @@ tar -xvf redis-monitor.tar
3434##### Step 2: Configure pang.properties file #####
3535cd redis-monitor/conf
3636
37- Confgiure your account and user key in pang.properties.
37+ ###### Step 2-1: Confgiure your account and user key in pang.properties ######
3838``` bash
3939pang.username=your username in pangdata.com
4040pang.userkey=your user key in pangdata.com
4141```
4242Note: User key can be found in your profile of Pangdata.com
4343
44- Confgiure target Redis Server
44+ ###### Step 2-2: Confgiure target Redis Server######
4545``` bash
4646redis.1.prefix = my_redis1
4747redis.1.host = address:6379
4848# redis.1.auth = password
4949```
5050
51- If your Redis configured with Sentinel
51+ ###### Step 2-2: 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```
5858
59- Define your monitoring item in Redis.
59+ ###### Step 2-2: Define your monitoring item in Redis ######
6060```
6161## Stats
6262monitor.instantaneous_input_kbps = true
You can’t perform that action at this time.
0 commit comments