Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: mmahacek <[email protected]>
  • Loading branch information
Bonrob2 and mmahacek authored Jul 17, 2023
1 parent 8e15a77 commit a41c026
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/modules/operation/pages/deep-dive/alarms/history.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[[ga-alarm-history]]
= Alarm History
:description: How to keep an historical record of alarms in OpenNMS Horizon/Meridian using the alarm history feature: indexing, alarm document fields, and properties.
:description: How to keep a historical record of alarms in OpenNMS Horizon/Meridian using the alarm history feature: indexing, alarm document fields, and properties.

Alarms are deleted from the {page-component-title} database as they clear or become stale.
If you would like to keep an historical record of alarm data, you can enable the alarm history feature to provide long-term storage and maintain a history of alarm state changes in Elasticsearch.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= SNMP Trap Performance Data
:description: Persist performance data from SNMP traps in OpenNMS Horizon/Meridian, including example configurations: graph.properties, resource types, Karaf.
:description: Persist performance data from SNMP traps in OpenNMS Horizon/Meridian, including example configurations, resource types, and graphing.

The `opennms-events-collector` feature lets you persist performance data from SNMP traps as time-series data.
Unlike SNMP collection where you can define data types, SNMP traps always embed values as strings.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[ga-events-sources-kafka]]

= Kafka Consumer (Events)
:description: How to create events in OpenNMS Horizon/Meridian by routing them to a specific topic on Kafka: Kafka consumer and topic names.
:description: How to ingest events into OpenNMS Horizon/Meridian by consuming a specified Kafka topic.

You can also create events by routing them to a specific topic on Kafka.
The Kafka Consumer feature allows events to be consumed from a specific topic on Kafka.
Expand Down

0 comments on commit a41c026

Please sign in to comment.