Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
prometheus / etc / init / prometheus.conf
Size: Mime:
#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