Skip to content

Commit 7d95069

Browse files
authored
corrections to the RNs of January 26th OSS (#5020)
* corrections to the RNs of January 26th OSS * Update centreon-os.mdx * Update centreon-os.mdx * Update centreon-os.mdx
1 parent bf93db8 commit 7d95069

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

i18n/fr/docusaurus-plugin-content-docs/version-24.10/releases/centreon-os.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Release date: `January 27, 2026`
3030
<summary>Enhancements</summary>
3131

3232
- [Custom Views] Optimized performance when retrieving ACLs in widgets.
33-
- [Dashboards] Resource Table widget - Added a link to access the OpenTicket on the provider side.
34-
- [Packaging] Increased php memory limit in centreon php configuration.
35-
- [Performance Graphs] The limit on the number of metrics displayed per chart has been raised to 20. We also fixed an issue with the unnecessary display of legends when this limit is exceeded.
33+
- [Dashboards] Resource Table widget - Added a link to access tickets on the provider side.
34+
- [Packaging] Increased the PHP memory limit in the centreon PHP configuration.
35+
- [Performance Graphs] The limit on the number of metrics displayed per chart has been raised to 20. We also fixed an issue with unnecessary legends being displayed when this limit was exceeded.
3636

3737
</details>
3838

@@ -42,24 +42,24 @@ Release date: `January 27, 2026`
4242
- [Administration] Fixed an LDAP issue where the user's DN was never updated.
4343
- [Configuration] Fixed an error when duplicating the configuration of an RRD broker that resulted in missing outputs.
4444
- [Dashboards] Metrics Graph - Improved the vertical scale display.
45-
- [Dashboards] Resource Table widget - Fixed host name positioning issue.
45+
- [Dashboards] Resource Table widget - Fixed an issue with the host name's positioning.
4646
- [Dashboards] The list of contacts is now displayed correctly when sharing a dashboard or a playlist.
47-
- [Monitoring] Fixed an issue with the "hostgroups summary" monitoring page.
47+
- [Monitoring] Fixed an issue with the "hostgroups summary" monitoring page redirecting users to Resource status when trying to filter on a hostgroup.
4848
- [Performance Graphs] Fixed an issue preventing users from selecting multiple graphs when the language selected isn't "en_US".
4949
- [Playlists] Fixed an issue preventing host problems from being displayed.
5050
- [Resource Status] Fixed an issue preventing services from being displayed when filtering on their parent host severity.
5151
- [Unattended] Fixed an issue that resulted in incomplete ITEE installations when installing a platform with the unattended.sh script.
52-
- [Users] Fixed an issue preventing users from being created when using an autologin key.
52+
- [Users] Fixed an issue where creating a user with an autologin key resulted in a blank page.
5353

5454
</details>
5555

5656
<details>
5757
<summary>Security fixes</summary>
5858

59-
- [Security] fixed a vulnerability in Administration > Parameters > Images.
59+
- [Security] Fixed a vulnerability in images parameters.
6060
- [Security] Fixed a vulnerability in LDAP configuration.
61-
- [Security] fixed a vulnerability in Monitoring > Performance > Virtual Metrics.
62-
- [Security] fixed a vulnerability in Notification > Hostgroups.
61+
- [Security] Fixed a vulnerability in virtual metrics.
62+
- [Security] Fixed a vulnerability in hostgroups notifications.
6363

6464
</details>
6565

@@ -1386,15 +1386,15 @@ Release date: `January 27, 2026`
13861386
<details>
13871387
<summary>Bug fixes</summary>
13881388

1389-
- [Custom Views] Open Ticket - Fixed filter on host categories.
1389+
- [Custom Views] Open Ticket - Fixed the ability to filter on host categories.
13901390
- [Dashboards] Resource Table widget - Fixed an issue preventing custom providers from being used for ticket management.
13911391

13921392
</details>
13931393

13941394
<details>
13951395
<summary>Security fixes</summary>
13961396

1397-
- [BREAKING CHANGE] [Open Tickets] The ability to define a custom command linked to a rule has been removed, due to low adoption and security concerns.
1397+
- [BREAKING CHANGE] [Open Tickets] Due to security concerns, the ability to define a custom command linked to a rule has been removed.
13981398

13991399
</details>
14001400

versioned_docs/version-24.10/releases/centreon-os.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Release date: `January 27, 2026`
3131
<summary>Enhancements</summary>
3232

3333
- [Custom Views] Optimized performance when retrieving ACLs in widgets.
34-
- [Dashboards] Resource Table widget - Added alink to access OpenTicket on the provider side.
35-
- [Packaging] Increased php memory limit in centreon php configuration.
36-
- [Performance Graphs] The limit on the number of metrics displayed per chart has been raised to 20. We also fixed an issue with the unnecessary display of legends when this limit is exceeded.
34+
- [Dashboards] Resource Table widget - Added a link to access tickets on the provider side.
35+
- [Packaging] Increased the PHP memory limit in the centreon PHP configuration.
36+
- [Performance Graphs] The limit on the number of metrics displayed per chart has been raised to 20. We also fixed an issue with unnecessary legends being displayed when this limit was exceeded.
3737

3838
</details>
3939

@@ -43,24 +43,24 @@ Release date: `January 27, 2026`
4343
- [Administration] Fixed an LDAP issue where the user's DN was never updated.
4444
- [Configuration] Fixed an error when duplicating the configuration of an RRD broker that resulted in missing outputs.
4545
- [Dashboards] Metrics Graph - Improved the vertical scale display.
46-
- [Dashboards] Resource Table widget - Fixed host name positioning issue.
46+
- [Dashboards] Resource Table widget - Fixed an issue with the host name's positioning.
4747
- [Dashboards] The list of contacts is now displayed correctly when sharing a dashboard or a playlist.
48-
- [Monitoring] Fixed an issue with the "hostgroups summary" monitoring page.
48+
- [Monitoring] Fixed an issue with the "hostgroups summary" monitoring page redirecting users to Resource status when trying to filter on a hostgroup.
4949
- [Performance Graphs] Fixed an issue preventing users from selecting multiple graphs when the language selected isn't "en_US".
5050
- [Playlists] Fixed an issue preventing host problems from being displayed.
5151
- [Resource Status] Fixed an issue preventing services from being displayed when filtering on their parent host severity.
5252
- [Unattended] Fixed an issue that resulted in incomplete ITEE installations when installing a platform with the unattended.sh script.
53-
- [Users] Fixed an issue preventing users from being created when using an autologin key.
53+
- [Users] Fixed an issue where creating a user with an autologin key resulted in a blank page.
5454

5555
</details>
5656

5757
<details>
5858
<summary>Security fixes</summary>
5959

60-
- [Security] fixed a vulnerability in Administration > Parameters > Images.
60+
- [Security] Fixed a vulnerability in images parameters.
6161
- [Security] Fixed a vulnerability in LDAP configuration.
62-
- [Security] fixed a vulnerability in Monitoring > Performance > Virtual Metrics.
63-
- [Security] fixed a vulnerability in Notification > Hostgroups.
62+
- [Security] Fixed a vulnerability in virtual metrics.
63+
- [Security] Fixed a vulnerability in hostgroups notifications.
6464

6565
</details>
6666

@@ -1384,15 +1384,15 @@ Release date: `January 27, 2026`
13841384
<details>
13851385
<summary>Bug fixes</summary>
13861386

1387-
- [Custom Views] Open Ticket - Fixed filter on host categories.
1387+
- [Custom Views] Open Ticket - Fixed the ability to filter on host categories.
13881388
- [Dashboards] Resource Table widget - Fixed an issue preventing custom providers from being used for ticket management.
13891389

13901390
</details>
13911391

13921392
<details>
13931393
<summary>Security fixes</summary>
13941394

1395-
- [BREAKING CHANGE] [Open Tickets] The ability to define a custom command linked to a rule has been removed, due to low adoption and security concerns.
1395+
- [BREAKING CHANGE] [Open Tickets] Due to security concerns, the ability to define a custom command linked to a rule has been removed.
13961396

13971397
</details>
13981398

0 commit comments

Comments
 (0)