Questo contenuto non è disponibile nella lingua selezionata.

Chapter 2. Getting started using the compliance service


This section describes how to configure your RHEL systems to report compliance data to the Insights for RHEL application. This installs necessary additional components such as the SCAP Security Guide (SSG), which is used to perform the compliance scan.

Prerequisites

  • The Insights client is deployed on the system.
  • You must have root privileges on the system.

Procedure

  1. Check the version of RHEL on the system:

    [user@insights]$ ​​cat /etc/redhat-release
    Copy to Clipboard Toggle word wrap
  2. Review the Insights Compliance - Supported configurations article and make note of the supported SSG version for the RHEL minor version on the system.

    Note

    Some minor versions of RHEL support more than one version of SSG. The Insights compliance service will always show results for the latest supported version.

  3. Check if the supported version of the SSG package is installed on the system:

    Example - for RHEL 8.4 run:

    [root@insights]# dnf info scap-security-guide-0.1.57-3.el8_4
    Copy to Clipboard Toggle word wrap
  4. If it is not already installed, install the supported version of SSG on the system.

    Example - for RHEL 8.4 run:

    [root@insights]# dnf install scap-security-guide-0.1.57-3.el8_4
    Copy to Clipboard Toggle word wrap
  5. Assign systems to policies using the Insights compliance service UI, or using insights-client commands in the CLI:

  6. After adding each system to the needed security policy, return to the system and run the compliance scan using:

    [root@insights]# insights-client --compliance
    Copy to Clipboard Toggle word wrap
    Note

    The scan can take 1-5 minutes to complete.

  7. Navigate to Security > Compliance > Reports to view results.
  8. Optional: Schedule the compliance jobs to run with cron.

2.1. Setting up recurring scans for Insights services

To get the most accurate recommendations from Red Hat Insights services such as compliance and malware detection, you might need to manually scan and upload data collection reports to the services on a regular schedule.

Use the following insights-client commands to run the commands manually:

# insights-client --compliance
# insights-client --collector malware-detection
Copy to Clipboard Toggle word wrap

Currently, Insights does not have an automated scheduler to perform the scans for you, but you can configure a cron job to schedule automatic scans.

Important

Before you create a cron job, make sure that the commands work properly when you run them manually.

Prerequisites

  • The services you want to use (Compliance and Malware Detection) are configured and running on your system.

Procedure

  1. At the system prompt, issue the crontab -e command to edit the crontab file. This command opens your default text editor.

    $ crontab -e
    Copy to Clipboard Toggle word wrap
  2. Add a crontab entry for the service you want to run. For example:

    10 20 * * * /bin/insights-client --compliance
    10 21 * * * /bin/insights-client --collector malware-detection
    Copy to Clipboard Toggle word wrap

    In this example, the first command uploads a Compliance report to Insights every day at 20:10 local time. The second command uploads a malware detection report to Insights every day at 21:10 local time.

  3. Save the file and exit the text editor.
Torna in cima
Red Hat logoGithubredditYoutubeTwitter

Formazione

Prova, acquista e vendi

Community

Informazioni sulla documentazione di Red Hat

Aiutiamo gli utenti Red Hat a innovarsi e raggiungere i propri obiettivi con i nostri prodotti e servizi grazie a contenuti di cui possono fidarsi. Esplora i nostri ultimi aggiornamenti.

Rendiamo l’open source più inclusivo

Red Hat si impegna a sostituire il linguaggio problematico nel codice, nella documentazione e nelle proprietà web. Per maggiori dettagli, visita il Blog di Red Hat.

Informazioni su Red Hat

Forniamo soluzioni consolidate che rendono più semplice per le aziende lavorare su piattaforme e ambienti diversi, dal datacenter centrale all'edge della rete.

Theme

© 2025 Red Hat