Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ include::modules/proc_remediating-issues-based-on-insights-recommendations.adoc[

include::modules/proc_examining-vulnerability-of-hosts.adoc[leveloffset=+1]

include::modules/proc_disabling-vulnerability-analysis-on-hosts.adoc[leveloffset=+1]

include::modules/proc_enabling-vulnerability-analysis-on-hosts.adoc[leveloffset=+1]

ifdef::satellite,orcharhino[]
include::modules/ref_exclusion-of-hosts-from-insights-analytics.adoc[leveloffset=+1]
endif::[]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
:_mod-docs-content-type: PROCEDURE

[id="disabling-vulnerability-analysis-on-hosts"]
= Disabling vulnerability analysis on hosts

[role="_abstract"]
If you do not require vulnerability analysis for some hosts, you can disable it on those hosts.

.Prerequisites
Comment thread
Lennonka marked this conversation as resolved.
* You are using {insights-iop}.
* Your {Project} account has a role that grants the following permissions: `view_foreman_rh_cloud`, `view_vulnerability`, and `edit_vulnerability`.
Comment thread
Lennonka marked this conversation as resolved.
You can get these permissions with the `ForemanRhCloud` built-in role.
* Your {Project} account has a role that grants the `view_hosts` permission.
You can get this permission with the `View hosts` built-in role.

.Procedure
. In the {ProjectWebUI}, navigate to *Hosts* > *All Hosts*.
. Disable vulnerability analysis.
* To disable vulnerability analysis on hosts in bulk:
.. Select the hosts for which you want to disable vulnerability analysis.
.. Click the host table menu icon.
.. Select *Manage vulnerability analysis* > *Disable*.
* To disable vulnerability analysis on a single host:
.. Click the host menu icon in the row of the host for which you want to disable vulnerability analysis.
.. Select *Disable vulnerability analysis*.

.Verification
* The *Total CVEs* column shows *Analysis disabled* for hosts with vulnerability analysis disabled.
This column is hidden by default.
You can show it by clicking *Manage columns* and selecting *Total CVEs*.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
:_mod-docs-content-type: PROCEDURE

[id="enabling-vulnerability-analysis-on-hosts"]
= Enabling vulnerability analysis on hosts

[role="_abstract"]
If you have previously disabled vulnerability analysis on some hosts, you can re-enable it.

.Prerequisites
* You are using {insights-iop}.
* Your {Project} account has a role that grants the following permissions: `view_foreman_rh_cloud`, `view_vulnerability`, and `edit_vulnerability`.
You can get these permissions with the `ForemanRhCloud` built-in role.
* Your {Project} account has a role that grants the `view_hosts` permission.
You can get this permission with the `View hosts` built-in role.

.Procedure
. In the {ProjectWebUI}, navigate to *Hosts* > *All Hosts*.
. Enable vulnerability analysis.
* To enable vulnerability analysis on hosts in bulk:
.. Select the hosts for which you want to enable vulnerability analysis.
.. Click the host table menu icon.
.. Select *Manage vulnerability analysis* > *Enable*.
* To enable vulnerability analysis on a single host:
.. Click the host menu icon in the row of the host for which you want to enable vulnerability analysis.
.. Select *Enable vulnerability analysis*.

.Verification
* The *Total CVEs* column shows a count of CVEs for hosts with vulnerability analysis enabled.
This column is hidden by default.
You can show it by clicking *Manage columns* and selecting *Total CVEs*.
Loading