Update prometheus-install.sh

This commit is contained in:
tschettervictor
2024-12-01 16:51:53 -07:00
committed by GitHub
parent abe70ff399
commit 8444dc9ccc

View File

@@ -19,7 +19,7 @@ mkdir -p /var/db/prometheus
# Enable, Configure and Start Services
sysrc prometheus_enable=YES
sysrc prometheus_config="/usr/local/etc/prometheus/prometheus.yml
sysrc prometheus_config="/usr/local/etc/prometheus/prometheus.yml"
service prometheus start
# Done