Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
support RabbitMQ 3.2.4+, fixes #54
Browse files Browse the repository at this point in the history
  • Loading branch information
CMihalcik committed Jan 6, 2017
1 parent 9b12575 commit 719050f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install
Expand Up @@ -41,6 +41,9 @@ cd ../carbon; git checkout ${GRAPHITE_RELEASE}; pip install -r requirements.txt;
cd ../graphite-web; git checkout ${GRAPHITE_RELEASE}; pip install -r requirements.txt; python check-dependencies.py; python setup.py install
cd ../statsite; ./autogen.sh; ./configure; make; cp statsite /usr/local/sbin/; cp sinks/graphite.py /usr/local/sbin/statsite-sink-graphite.py

# Update txamqp to support RabbitMQ 2.4+
pip install txamqp==0.6.2 --upgrade

# Install configuration files for Graphite/Carbon and Apache
cp ${SYNTHESIZE_HOME}/templates/statsite/statsite.conf /etc/statsite.conf
mkdir ${GRAPHITE_CONF}/examples
Expand Down

0 comments on commit 719050f

Please sign in to comment.