Skip to content

Instantly share code, notes, and snippets.

@mccun934
Last active January 12, 2018 14:59
Show Gist options
  • Save mccun934/183050d1284f0dba2e079447c35baf11 to your computer and use it in GitHub Desktop.
Save mccun934/183050d1284f0dba2e079447c35baf11 to your computer and use it in GitHub Desktop.
Enable PCP
yum -y install pcp pcp-system-tools
systemctl start pmcd pmlogger
systemctl enable pmcd pmlogger
subscription-manager repos --enable rhel-7-server-optional-rpms
yum -y install pcp-webapi pcp-webapp-grafana \
pcp-webapp-graphite pcp-webapp-vector
systemctl start pmwebd
systemctl enable pmwebd
firewall-cmd --add-port=44323/tcp
firewall-cmd --permanent --add-port=44323/tcp
subscription-manager repos --disable rhel-7-server-optional-rpms
## View graphs at HTTP (not https)
# http://satellite:44323/grafana
# http://satellite:44323/graphite
# http://satellite:44323/vector
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment