Skip to content

Commit

Permalink
NMS-16940: minor docs updates (#7586)
Browse files Browse the repository at this point in the history
  • Loading branch information
dino2gnt authored Jan 7, 2025
1 parent 727f17b commit 20244ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The following example uses SASL/SCRAM with TLS:
----
config:edit org.opennms.core.ipc.kafka
config:property-set bootstrap.servers my-kafka-ip-1:9096,my-kafka-ip-2:9096
config:property-set security.protocol=SASL_SSL
config:property-set security.protocol SASL_SSL
config:property-set sasl.mechanism SCRAM-SHA-512
config:property-set sasl.jaas.config 'org.apache.kafka.common.security.scram.ScramLoginModule required username="opennms-ipc" password="kafka";'
config:update
Expand Down
7 changes: 3 additions & 4 deletions docs/modules/deployment/pages/minion/system-requirements.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@ OpenNMS {page-component-title} runs on the following operating systems:
| Operating System | Supported Versions (64-bit)

| RHEL
| {compatible-rhel7} +
{compatible-rhel8}
| {compatible-rhel8} +
{compatible-rhel9}

| CentOS
| {compatible-centos7} +
{compatible-centos-stream}
| {compatible-centos-stream}

ifeval::["{page-component-title}" == "Horizon"]
| Debian
Expand Down

0 comments on commit 20244ba

Please sign in to comment.