grafana-setup/run_prometheus.sh
2025-12-29 04:09:32 +00:00

4 lines
120 B
Bash
Executable file

#/bin/sh
cp prometheus.yml run/prometheus
cd run/prometheus
./prometheus/bin/prometheus --web.listen-address=[::1]:9090