We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68ead4d + f12b7e2 commit 01a8a77Copy full SHA for 01a8a77
.ebextensions/node-exporter.config
@@ -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