Created
October 19, 2015 05:50
-
-
Save kitallis/2311aec01b005fecfa32 to your computer and use it in GitHub Desktop.
quickly setup prometheus monitoring on os x
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install go | |
export GOPATH=$HOME/golang | |
export GOROOT=/usr/local/opt/go/libexec | |
export PATH=$PATH:$GOPATH/bin | |
export PATH=$PATH:$GOROOT/bin | |
GO15VENDOREXPERIMENT=1 go get github.com/prometheus/prometheus/cmd/... | |
prometheus -config.file=prometheus.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please update
prometheus -config.file=prometheus.yml
to prometheus **--**config.file=prometheus.yml