Last active
January 12, 2018 14:59
-
-
Save mccun934/183050d1284f0dba2e079447c35baf11 to your computer and use it in GitHub Desktop.
Enable PCP
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
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