Repository URL to install this package:
|
Version:
1.0.1 ▾
|
#Prometheus Upstart script
start on startup
script
/usr/bin/prometheus \
-config.file=/etc/prometheus/prometheus.yml \
-log.level info \
-storage.local.path=/etc/prometheus/data
end script