commit | 35af3545014bea52f35757461644d7f8e85ed144 | [log] [tgz] |
---|---|---|
author | Dmitry Kalashnik <dkalashnik@mirantis.com> | Thu Jul 13 14:09:39 2017 +0400 |
committer | Dmitry Kalashnik <dkalashnik@mirantis.com> | Thu Jul 13 14:09:39 2017 +0400 |
tree | f2b9b22db262c807f6b4f00c927bdf0ec04d8207 | |
parent | d81aae993910e472b476384d9e6d51649e04822a [diff] |
Add prometheus exporters installation Change-Id: If7624ef44661138510681a492d68b81350eaa081
diff --git a/scripts/stacklightv2_infra_install.sh b/scripts/stacklightv2_infra_install.sh index 8ce538a..12cef91 100755 --- a/scripts/stacklightv2_infra_install.sh +++ b/scripts/stacklightv2_infra_install.sh
@@ -16,6 +16,9 @@ # Configure Telegraf salt -C 'I@telegraf:agent or I@telegraf:remote_agent' state.sls telegraf +# Configure Prometheus exporters +salt -C 'I@prometheus:exporters' state.sls prometheus + # Configure log_collector salt -C 'I@heka:log_collector' state.sls heka.log_collector