이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 9. Enabling and disabling automatic rule updates for Red Hat Lightspeed
By default, automatic collection rule updates are enabled for Red Hat Lightspeed. You can edit the client configuration file to disable them or re-enable them.
9.1. Disabling automatic rule updates for Red Hat Lightspeed 링크 복사링크가 클립보드에 복사되었습니다!
You can disable the automatic collection rule updates for Red Hat Lightspeed. If you do so, you risk using outdated rule definition files and not getting the most recent validation updates.
Prerequisites
- Root-level access to your system.
- Automatic rule updates are enabled.
Procedure
-
Open the
/etc/insights-client/insights-client.conffile with an editor. Locate the line that contains
#auto_update=True
#auto_update=TrueCopy to Clipboard Copied! Toggle word wrap Toggle overflow Remove the
#and changeTruetoFalse.auto_update=False
auto_update=FalseCopy to Clipboard Copied! Toggle word wrap Toggle overflow -
Save and close the
/etc/insights-client/insights-client.conffile.
9.2. Enabling automatic rule updates for Red Hat Lightspeed 링크 복사링크가 클립보드에 복사되었습니다!
You can re-enable the automatic collection rule updates for Red Hat Lightspeed, if you previously disabled updates. By default, automatic rule update is enabled.
Prerequisites
- Root-level access to your system.
- Automatic rule collection is disabled.
Procedure
-
Open the
/etc/insights-client/insights-client.conffile with an editor. Locate the line that contains
auto_update=False
auto_update=FalseCopy to Clipboard Copied! Toggle word wrap Toggle overflow Change
FalsetoTrue.auto_update=True
auto_update=TrueCopy to Clipboard Copied! Toggle word wrap Toggle overflow -
Save and close the
/etc/insights-client/insights-client.conffile.