Skip to content

OPSC-17698 OpsCenter 6.8.44 Release #204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Apr 30, 2025
Merged
Changes from 2 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
11 changes: 11 additions & 0 deletions OpsCenter_6.8_Release_Notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release notes for OpsCenter

# Release Notes for OpsCenter 6.8.44
25 April 2025

## Core
* Certified OpsCenter running on `Amazon Linux 2023`. (OPSC-17676)
* Added a new configuration option `enable_curl` in `posturl.conf` to allow alerts to use the curl command (default is `False`). (OPSC-17177)

## Monitoring
* Added support for alerting on the disk partitions used for the DSE `cdc_raw_directory` and agent log directory. (OPSC-17650)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Added support for alerting on the disk partitions used for the DSE `cdc_raw_directory` and agent log directory. (OPSC-17650)
* Added the following features:
* Introduced the `agent_log_location` option to customize log partitions for the Agent component. This option is similar to the `log_location` option in the Cassandra component. To configure the Agent component, add the `agent_log_location` option to the `agents` section of the `cluster.conf` file. You must configure both `agent_log_location` and `log_location` options when you customize log directories.
* Added support for alerting on the disk partitions, including `agentlog-partition`, `cassandralog-partition`, and `cdc-raw-partition`. (OPSC-17650)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Repeat of my feedback on the slack channel:

I don't think that first bullet applies at all with the second pr. For the second bullet point, I think these new options should be referred to as partition functions. For reference here are the release notes from the other two times these options have been tweaked:

Added the ability for disk based alerts to operate based on the function of a partition. This will make the alerts more useful in clusters where the disks for nodes are not named in a uniform manner. (OPSC-17277)

Added solr and hints as options to alerts by partition function. (OPSC-17350)

I plan on updating the current note to match what we did for OPSC-17350. I also noticed that the current note left out the cassandra log directory.

* Fixed a bug that made LDAP authentication unusable. (OPSC-17688)

# Release Notes for OpsCenter 6.8.43
31 March 2025

Expand Down