You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
The OVH Real Time Monitoring is no more officially compatible with CloudLinux (OVHCloud support said) ; and beamium and noderig seems discontinued (Github said), so I wanted to properly remove these packages.
Hello,
The OVH Real Time Monitoring is no more officially compatible with CloudLinux (OVHCloud support said) ; and beamium and noderig seems discontinued (Github said), so I wanted to properly remove these packages.
I've already did :
yum remove ovh-rtm-binaries ovh-rtm-metrics-toolkit beamium noderig
/usr/bin/rtmHourly
/usr/bin/rtmRaidCheck
/usr/bin/rtmHardware
seems to be removed properly
But I wonder if that's the only one thing I must to do. I am worry that some CRON jobs (@reboot or something) are still in my system ?
How to remove all the OVH repositories added by RTM : /etc/yum.repos.d/ovh-rtm.repo, Metrics, and so on ?
yum repolist
rm -f /etc/yum.repos.d/OVH-metrics.repo ; rm -f /etc/yum.repos.d/ovh-rtm.repo ; rm -f /etc/yum.repos.d/OVH-rtm.repo ;
Is that necessary ?
The OVH official documentation do not explain how to remove everything about the Real Time Monitoring.
Do I miss something ?
If someone walk through here and want to comment this, welcome ;-)
The text was updated successfully, but these errors were encountered: