Skip to content

Commit 87fb643

Browse files
Combine insights modules into one procedure module (#3933)
1 parent 79d2251 commit 87fb643

File tree

4 files changed

+46
-55
lines changed

4 files changed

+46
-55
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
:_mod-docs-content-type: PROCEDURE
2+
3+
[id="configuring-{project-context}-server-as-insights-client"]
4+
= Configuring {ProjectServer} as {Insights} client
5+
6+
You can use {Insights} to diagnose systems and downtime related to security exploits, performance degradation, and stability failures.
7+
You can use the dashboard to quickly identify key risks to stability, security, and performance.
8+
You can sort by category, view details of the impact and resolution, and then determine what systems are affected.
9+
10+
Note that you do not require a {Insights} entitlement in your subscription manifest.
11+
12+
To maintain your {ProjectServer}, and improve your ability to monitor and diagnose problems you might have with {Project}, install the `insights-client` tool on {ProjectServer} and register {ProjectServer} with {Insights}.
13+
14+
.Procedure
15+
. Register {ProjectServer} with {Insights}:
16+
+
17+
[options="nowrap" subs="+quotes,attributes"]
18+
----
19+
# {foreman-installer} --register-with-insights
20+
----
21+
+
22+
. Optional: You can change the default schedule for running `insights-client` by updating the system systemd settings and the `insights-client.timer` file on your {ProjectServer}.
23+
24+
.Verification
25+
* Check that the system is registered with {Insights}:
26+
+
27+
[options="nowrap" subs="+quotes,attributes"]
28+
----
29+
# insights-client --status
30+
----
31+
32+
.Next steps
33+
* If you want to unregister the system from {Insights}:
34+
+
35+
[options="nowrap" subs="+quotes,attributes"]
36+
----
37+
# insights-client --unregister
38+
----
39+
40+
.Additional resources
41+
* https://access.redhat.com/products/red-hat-insights/[Red Hat Insights]
42+
* {RHDocsBaseURL}red_hat_insights/1-latest/html/client_configuration_guide_for_red_hat_insights/assembly-client-configuring-insights-client#proc-registering-system-insights_insights-cg-configuring-client[Registering your system with Red Hat Insights]
43+
* {RHDocsBaseURL}red_hat_insights/1-latest/html/client_configuration_guide_for_red_hat_insights/assembly-client-changing-schedule[Changing the insights-client schedule]
44+
* {RHDocsBaseURL}red_hat_insights/1-latest/html/client_configuration_guide_for_red_hat_insights/assembly-client-configuring-insights-client#proc-unregistering-system-insights_insights-cg-configuring-client[Unregistering your system with Red Hat Insights]
45+
* {RHDocsBaseURL}red_hat_insights/1-latest/html/client_configuration_guide_for_red_hat_insights/assembly-client-configuring-insights-client[Configuring insights-client]

guides/common/modules/proc_disabling-insights-registration.adoc

Lines changed: 0 additions & 17 deletions
This file was deleted.

guides/common/modules/proc_registering-satellite-server-with-insights.adoc

Lines changed: 0 additions & 35 deletions
This file was deleted.

guides/doc-Installing_Server/master.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ include::common/assembly_installing-server-connected.adoc[leveloffset=+1]
3434
include::common/modules/con_performing-additional-configuration.adoc[leveloffset=+1]
3535

3636
ifdef::satellite[]
37-
include::common/modules/proc_registering-satellite-server-with-insights.adoc[leveloffset=+2]
38-
39-
include::common/modules/proc_disabling-insights-registration.adoc[leveloffset=+2]
37+
include::common/modules/proc_configuring-project-server-as-insights-client.adoc[leveloffset=+2]
4038

4139
include::common/assembly_installing-and-configuring-advisorengine.adoc[leveloffset=+2]
4240

0 commit comments

Comments
 (0)