FBA-DeploymentScripts/montoring.sh

13 lines
311 B
Bash
Raw Normal View History

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
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