Skip to content

Commit 0547981

Browse files
authored
Update prometheus-install.sh
1 parent c9abea3 commit 0547981

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

install/prometheus-install.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ wget -q https://github.com/prometheus/prometheus/releases/download/v${RELEASE}/p
2727
tar -xf prometheus-${RELEASE}.linux-amd64.tar.gz
2828
cd prometheus-${RELEASE}.linux-amd64
2929
mv prometheus promtool /usr/local/bin/
30-
mv consoles/ console_libraries/ /etc/prometheus/
3130
mv prometheus.yml /etc/prometheus/prometheus.yml
3231
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
3332
msg_ok "Installed Prometheus"
@@ -46,8 +45,6 @@ Type=simple
4645
ExecStart=/usr/local/bin/prometheus \
4746
--config.file=/etc/prometheus/prometheus.yml \
4847
--storage.tsdb.path=/var/lib/prometheus/ \
49-
--web.console.templates=/etc/prometheus/consoles \
50-
--web.console.libraries=/etc/prometheus/console_libraries \
5148
--web.listen-address=0.0.0.0:9090
5249
5350
[Install]

0 commit comments

Comments
 (0)