Skip to content

Commit a816b60

Browse files
committed
rabbitmq_plugin: readme file update
1 parent 90e2264 commit a816b60

2 files changed

Lines changed: 56 additions & 0 deletions

File tree

conf.d/python.d.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,11 @@ nginx_log: no
6262
# phpfpm: yes
6363
# postfix: yes
6464
# postgres: yes
65+
# rabbitmq: yes
6566
# redis: yes
6667
# retroshare: yes
6768
# sensors: yes
69+
# samba: yes
6870
# smartd_log: yes
6971
# squid: yes
7072
# tomcat: yes

python.d/README.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,6 +1208,60 @@ When no configuration file is found, module tries to connect to TCP/IP socket: `
12081208

12091209
---
12101210

1211+
# rabbitmq
1212+
1213+
Module monitor rabbitmq performance and health metrics.
1214+
1215+
Following charts are drawn:
1216+
1217+
1. **Queued Messages**
1218+
* ready
1219+
* unacknowledged
1220+
1221+
2. **Message Rates**
1222+
* ack
1223+
* redelivered
1224+
* deliver
1225+
* publish
1226+
1227+
3. **Global Counts**
1228+
* channels
1229+
* consumers
1230+
* connections
1231+
* queues
1232+
* exchanges
1233+
1234+
4. **File Descriptors**
1235+
* used descriptors
1236+
1237+
5. **Socket Descriptors**
1238+
* used descriptors
1239+
1240+
6. **Erlang processes**
1241+
* used processes
1242+
1243+
7. **Memory**
1244+
* free memory in megabytes
1245+
1246+
8. **Disk Space**
1247+
* free disk space in gigabytes
1248+
1249+
### configuration
1250+
1251+
```yaml
1252+
socket:
1253+
name : 'local'
1254+
host : '127.0.0.1'
1255+
port : 15672
1256+
user : 'guest'
1257+
pass : 'guest'
1258+
1259+
```
1260+
1261+
When no configuration file is found, module tries to connect to: `localhost:15672`.
1262+
1263+
---
1264+
12111265
# redis
12121266

12131267
Get INFO data from redis instance.

0 commit comments

Comments
 (0)