Skip to content

Commit 92c400c

Browse files
author
Greg Rice
committed
Modified README.
1 parent aea3cfb commit 92c400c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

rabbit/README.mkdn

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ python module for ganglia 3.1.
77

88
http://(node-ip):55672/api/queues (or nodes)
99

10-
This module requires simplejson, or if using a 2.6 interpreter with mod_python, json. Modify accordingly.
10+
This module requires simplejson, or if using a 2.6 interpreter with mod_python, the json module. Modify accordingly.
1111

1212
The digItUp function, and the keyToPath syntax, were borrowed from the ElasticSearch module.
1313

14+
To use multiple vhosts, separate them by comma in the vhosts file.
15+
16+
To get metrics besides nodes or queues, either check out how the buildQueueDescriptors and buildNodeDescriptors were set up and make a new descriptor builder/modify stats at the top of the python file and contribute the changes, or ask for my assistance and I'll see what I can do.
17+
1418
## AUTHORS
1519

1620
Gregory Rice <[email protected]>

0 commit comments

Comments
 (0)