Changing the Healing Check Frequency
Healing cannot be disabled by changing the time interval. Setting the healFrequency
parameter to zero means that Subscription Manager simply uses the default time setting.
- Open the Subscription Manager configuration file:
# vim /etc/rhsm/rhsm.conf
- In the
[rhsmcertd]
section, set thehealFrequency
parameter to the time, in minutes, to check for changed subscriptions.[rhsmcertd] certFrequency = 240 healFrequency = 1440
- Restart the
rhsmcertd
daemon to reload the configuration.# service rhsmcertd start