Add monitoring setup

This commit is contained in:
Fabian Stamm 2020-12-09 23:38:57 +01:00
parent 8fba10f80f
commit 0675a6356e

13
montoring.sh Normal file
View 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