Skip to content

Commit 01a8a77

Browse files
Merge branch 'main' into fix/#74
2 parents 68ead4d + f12b7e2 commit 01a8a77

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.ebextensions/node-exporter.config

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
commands:
2+
01_download_node_exporter:
3+
command: wget https://github.com/prometheus/node_exporter/releases/download/v1.9.0/node_exporter-1.9.0.linux-amd64.tar.gz -P /tmp
4+
02_extract_node_exporter:
5+
command: tar xvfz /tmp/node_exporter-1.9.0.linux-amd64.tar.gz -C /opt
6+
03_start_node_exporter:
7+
command: nohup /opt/node_exporter-1.9.0.linux-amd64/node_exporter > /dev/null 2>&1 &

0 commit comments

Comments
 (0)