2020-12-09 22:38:57 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
git clone https://git.stamm.me/Ops/PrometheusExporter.git
|
|
|
|
|
|
|
|
cd PrometheusExporter/exporter/node_exporter
|
|
|
|
|
|
|
|
bash install.sh
|
|
|
|
|
|
|
|
cd ../../..
|
|
|
|
|
|
|
|
ufw allow proto tcp from 165.227.144.178/32 port 9100
|
2020-12-09 22:47:13 +00:00
|
|
|
ufw allow proto tcp from 2a03:b0c0:3:d0::559:4001/128 port 9100
|