Skip to content

Instantly share code, notes, and snippets.

@patrickbcullen
Last active September 13, 2019 11:07
Show Gist options
  • Save patrickbcullen/51c8594b1bf12791bd35ffcd4869c001 to your computer and use it in GitHub Desktop.
Save patrickbcullen/51c8594b1bf12791bd35ffcd4869c001 to your computer and use it in GitHub Desktop.
Install PCP on Centos 7
# run these commands on a Centos 7 server as root
yum install -y pcp pcp-webapi pcp-system-tools
chkconfig pmcd on
service pmcd start
chkconfig pmlogger on
service pmlogger start
chkconfig pmwebd on
service pmwebd start
# open port 44323 in the firewall
# To start vector on your laptop
docker run -d --name vector -p 80:80 netflixoss/vector:latest
open http://localhost
# put the IP address of the server into the hostname field
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment