Skip to content

Commit 4541d6c

Browse files
authored
Update README.md
1 parent 7b7ad31 commit 4541d6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,29 +34,29 @@ tar -xvf redis-monitor.tar
3434
##### Step 2: Configure pang.properties file #####
3535
cd 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
3939
pang.username=your username in pangdata.com
4040
pang.userkey=your user key in pangdata.com
4141
```
4242
Note: 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
4646
redis.1.prefix = my_redis1
4747
redis.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
5353
redis.1.prefix = my_redis1
5454
redis.1.host = ip:26379,ip:26380
5555
#redis.1.auth = password
5656
redis.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
6262
monitor.instantaneous_input_kbps = true

0 commit comments

Comments
 (0)