Updated monitoring tools version

Change-Id: I2fb2256d6db4b6e971abe4e5d6f7ca20b317deed
This commit is contained in:
aviau 2015-05-26 15:50:52 -04:00
parent 595fd0510e
commit c900bbcbfc
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ RUN chmod u+s /bin/ping
RUN chmod u+s /bin/ping6
# Download plugins
ENV MONITORING_TOOLS_VERSION 0.1.0
ENV MONITORING_TOOLS_VERSION 0.2.0
RUN apt-get update && apt-get install -y subversion && \
svn checkout https://github.com/savoirfairelinux/monitoring-tools/tags/${MONITORING_TOOLS_VERSION}/plugins/check-glance /plugins/check_glance && \
svn checkout https://github.com/savoirfairelinux/monitoring-tools/tags/${MONITORING_TOOLS_VERSION}/plugins/check-keystone /plugins/check_keystone && \