Skip to content
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

doc(release) Release notes for collect 24.10.3 / Gorgone 24.10.2 #3910

Merged
merged 5 commits into from
Dec 19, 2024
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 @@ -185,6 +185,30 @@ Release date: `October 31, 2024`

## Centreon Collect

### 24.10.3

Release date: `December 18, 2024`

<details open>
<summary>Enhancements</summary>

- [CMA] Added a native CPU check for Windows & Linux.
- [CMA] Added native checks for Windows: Memory, Uptime and Storage.
- [CMA] Agent check scheduling has been optimized to avoid delay in case of check timeouts.
- [CMA] The Centreon Monitoring Agent and its installer are now signed.

</details>

<details>
<summary>Bug fixes</summary>

- [Broker] Adapted Broker parsing so as to avoid breaking a metric name ending with the ] character.
- [Broker] Fixed a typo in an SQL query.
- [CMA] Fixed a listening issue that occurred when using "Poller-initiated connection" mode.
- [Engine] Fixed errors in RRD logs that appeared following the upgrade to the new log engine in Collect.

</details>

### 24.10.2

Release date: `November 27, 2024`
Expand Down Expand Up @@ -246,6 +270,17 @@ Release date: `October 31, 2024`

## Centreon Gorgone

### 24.10.2

Release date: `December 18, 2024`

<details>
<summary>Bug fixes</summary>

- [Gorgone] Fixed a bug in Gorgone affecting platforms with thousands of hosts, where deploying the configuration failed and the connection with Gorgone was lost.

</details>

### 24.10.1

Release date: `November 27, 2024`
Expand Down
35 changes: 35 additions & 0 deletions versioned_docs/version-24.10/releases/centreon-os.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,30 @@ Release date: `October 31, 2024`

## Centreon Collect

### 24.10.3

Release date: `December 18, 2024`

<details open>
<summary>Enhancements</summary>

- [CMA] Added a native CPU check for Windows & Linux.
- [CMA] Added native checks for Windows: Memory, Uptime and Storage.
- [CMA] Agent check scheduling has been optimized to avoid delay in case of check timeouts.
- [CMA] The Centreon Monitoring Agent and its installer are now signed.

</details>

<details>
<summary>Bug fixes</summary>

- [Broker] Adapted Broker parsing so as to avoid breaking a metric name ending with the ] character.
- [Broker] Fixed a typo in an SQL query.
- [CMA] Fixed a listening issue that occurred when using "Poller-initiated connection" mode.
- [Engine] Fixed errors in RRD logs that appeared following the upgrade to the new log engine in Collect.

</details>

### 24.10.2

Release date: `November 27, 2024`
Expand Down Expand Up @@ -243,6 +267,17 @@ Release date: `October 31, 2024`

## Centreon Gorgone

### 24.10.2

Release date: `December 18, 2024`

<details>
<summary>Bug fixes</summary>

- [Gorgone] Fixed a bug in Gorgone affecting platforms with thousands of hosts, where deploying the configuration failed and the connection with Gorgone was lost.

</details>

### 24.10.1

Release date: `November 27, 2024`
Expand Down