Add monitoring setup
This commit is contained in:
parent
8fba10f80f
commit
0675a6356e
13
montoring.sh
Normal file
13
montoring.sh
Normal file
@ -0,0 +1,13 @@
|
||||
#!/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
|
||||
ufw allow proto tcp from 2a03:b0c0:3:d0::559:4001/128 port 9100
|
||||
ufw allow proto tcp from 10.25.0.0/24 port 80
|
Loading…
Reference in New Issue
Block a user