# git clone https://github.com/stackforge/monasca-thresh.git
# cd monasca-thresh
# mvn package
# cd ..
# dpkg -i monasca-thresh/thresh/debs/binaries/*.deb
# mkdir /etc/monasca/thresh
# cp monasca-sample-config/monasca-thresh/thresh-config.yml /etc/monasca/thresh/
# service monasca-thresh restart
# apt-get install python2.7-dev
# pip install --upgrade monasca-notification
# mkdir -p /etc/monasca/notification
# cp monasca-sample-config/monasca-notification/notification-config.yaml /etc/monasca/notification/
# adduser --system --group --no-create-home monasca-notification
# mkdir -p /var/log/monasca/notification
# chown monasca-notification:monasca-notification /var/log/monasca/notification/
# sudo -Hu monasca-notification monasca-notification /etc/monasca/notification/notification-config.yaml