Skip to content

Instantly share code, notes, and snippets.

@WganMe
Created October 2, 2020 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WganMe/05722bb2c5997909409aa2cd3a4debc2 to your computer and use it in GitHub Desktop.
Save WganMe/05722bb2c5997909409aa2cd3a4debc2 to your computer and use it in GitHub Desktop.
Add RTM and metrics repository for CentOS
vi /etc/yum.repos.d/ovh-rtm.repo
[rtm]
name=OVH RTM RHEL/ CentOS $releasever - $basearch
baseurl=http://last.public.ovh.rtm.snap.mirrors.ovh.net/centos/$releasever/$basearch/Packages/
enabled=1
repo_gpgcheck=1
gpgkey=http://last.public.ovh.rtm.snap.mirrors.ovh.net/ovh_rtm.pub
[metrics]
name=OVH METRICS RHEL/ CentOS $releasever - $basearch
baseurl=http://last.public.ovh.metrics.snap.mirrors.ovh.net/centos/$releasever/$basearch/Packages/
enabled=1
repo_gpgcheck=1
gpgkey=http://last.public.ovh.metrics.snap.mirrors.ovh.net/pub.key
yum update
yum install ovh-rtm-metrics-toolkit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment