From 7a7e5804608d003c6f15624519cc756ddd0bf63a Mon Sep 17 00:00:00 2001 From: pkippes <144150042+pkippes@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:35:04 +0200 Subject: [PATCH 01/18] doc(release) Release notes for 24.09 cloud release --- .../current/releases/cloud-release-notes.md | 64 +++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md b/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md index 4076f6561c9c..21dd9cbd8a1b 100644 --- a/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md +++ b/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md @@ -3,6 +3,70 @@ id: cloud-release-notes title: Centreon Cloud - notes de release --- +## October 2, 2024 + +### Anomaly Detection + +Bug fixes +- The lua script for Anomaly Detection no longer tries to read configuration changes when there aren't any. This reduces the number of received error messages. + +### Bam + +Bug fixes +-[BAM] Fix Deprecation due to Symfony Upgrade. + +### Collect + +Enhancements: +- Centreon monitoring agent windows version. +- - [CMA] Binary file for Centreon Monitoring Agent on Windows (Beta). + +Bug fixes +- [Broker] The default log level for Engine and Broker is now error instead of info (except for the core and config logs, which are info). +- [Engine] Fixed an issue with the inheritance of configuration objects in Engine. +- [Engine] When Engine's configuration is modified, already sent events are no longer sent a second time. +- [Packaging] Solved a conflict between centreon-collect 23.04 and centreon-collect 23.10 that was occurring because of a change in the way we provide the mariadb caching sha2 password plugin. + +### Gorgone + +Bug fixes +- [Gorgone] Added a partition for the Gorgone MBI *mod_bi_metriccentileweeklyvalue* and *mod_bi_metriccentilemonthlyvalue* tables, which are required by the ETL to run correctly. +- [Gorgone] Fixed an issue stopping the *nmap* discovery provider from working after a Gorgone whitelist was created. +- [Gorgone] Fixed an error present in the log when pullwss module was used on shutdown of gorgone. + +### Map + +Enhancements +- [Viewer] Allow to display host name for a service. +- [Editor] Increase number of available fonts and make roboto the default one. + +Bug fixes +- Display a message on the MAP widget when displayed in a public page. +- Fixed SFTP Connection. +- [Map list] Fixed an issue that could prevent the map list from being displayed. +- Status of BA is not align with the status in Resource Status +- Upgrade spring framework. + +### Centreon web + +Enhancements +- Added a new menu to manage Additionnal Connector Configuration. +- [API] Added an endpoint to list Pollers. +- [API] Added an endpoint to create Additional Connector Configuration. +- [API] Added an endpoint to list/get one Additional Connector Configuration. +- [API] Added an endpoint to update one Additional Connector Configuration. +- [API] Added an endpoint to delete Additional Connector Configuration. +- [Dashboards] Implement new "Clock / Timer" widget +- Manage time period for notifications. +- [Status Grid widget] Added Centreon resources pictograms +- [Status Grid widget] Added colored banners for resources states +- [Status Grid widget] Added the handling of Business Activities and Business Views. + +Bug fixes +- [API] Fixed ACLs allowing access to a resource (hosts or services) upon its creation via the APIs for a non-administrator user. +- [API] Fixed an issue where hosts and services remained invisible for a while after they were created with the v2 API. +- [Packaging] Fixed invalid permissions on oudated token cron. + ## August 22, 2024 ### Centreon IT Edition From ddcefe1f7b701e33500867ae74bde6cc98b817a9 Mon Sep 17 00:00:00 2001 From: pkippes <144150042+pkippes@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:37:33 +0200 Subject: [PATCH 02/18] doc(release) Release notes for 24.09 cloud release --- cloud/releases/cloud-release-notes.md | 64 +++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/cloud/releases/cloud-release-notes.md b/cloud/releases/cloud-release-notes.md index 582a5302ca24..5a91aea95162 100644 --- a/cloud/releases/cloud-release-notes.md +++ b/cloud/releases/cloud-release-notes.md @@ -3,6 +3,70 @@ id: cloud-release-notes title: Centreon Cloud release notes --- +## October 2, 2024 + +### Anomaly Detection + +Bug fixes +- The lua script for Anomaly Detection no longer tries to read configuration changes when there aren't any. This reduces the number of received error messages. + +### Bam + +Bug fixes +-[BAM] Fix Deprecation due to Symfony Upgrade. + +### Collect + +Enhancements: +- Centreon monitoring agent windows version. +- - [CMA] Binary file for Centreon Monitoring Agent on Windows (Beta). + +Bug fixes +- [Broker] The default log level for Engine and Broker is now error instead of info (except for the core and config logs, which are info). +- [Engine] Fixed an issue with the inheritance of configuration objects in Engine. +- [Engine] When Engine's configuration is modified, already sent events are no longer sent a second time. +- [Packaging] Solved a conflict between centreon-collect 23.04 and centreon-collect 23.10 that was occurring because of a change in the way we provide the mariadb caching sha2 password plugin. + +### Gorgone + +Bug fixes +- [Gorgone] Added a partition for the Gorgone MBI *mod_bi_metriccentileweeklyvalue* and *mod_bi_metriccentilemonthlyvalue* tables, which are required by the ETL to run correctly. +- [Gorgone] Fixed an issue stopping the *nmap* discovery provider from working after a Gorgone whitelist was created. +- [Gorgone] Fixed an error present in the log when pullwss module was used on shutdown of gorgone. + +### Map + +Enhancements +- [Viewer] Allow to display host name for a service. +- [Editor] Increase number of available fonts and make roboto the default one. + +Bug fixes +- Display a message on the MAP widget when displayed in a public page. +- Fixed SFTP Connection. +- [Map list] Fixed an issue that could prevent the map list from being displayed. +- Status of BA is not align with the status in Resource Status +- Upgrade spring framework. + +### Centreon web + +Enhancements +- Added a new menu to manage Additionnal Connector Configuration. +- [API] Added an endpoint to list Pollers. +- [API] Added an endpoint to create Additional Connector Configuration. +- [API] Added an endpoint to list/get one Additional Connector Configuration. +- [API] Added an endpoint to update one Additional Connector Configuration. +- [API] Added an endpoint to delete Additional Connector Configuration. +- [Dashboards] Implement new "Clock / Timer" widget +- Manage time period for notifications. +- [Status Grid widget] Added Centreon resources pictograms +- [Status Grid widget] Added colored banners for resources states +- [Status Grid widget] Added the handling of Business Activities and Business Views. + +Bug fixes +- [API] Fixed ACLs allowing access to a resource (hosts or services) upon its creation via the APIs for a non-administrator user. +- [API] Fixed an issue where hosts and services remained invisible for a while after they were created with the v2 API. +- [Packaging] Fixed invalid permissions on oudated token cron. + ## August 22, 2024 ### Centreon IT Edition From 4e2ed82f63f025e0a37f01b6de21109251711bc2 Mon Sep 17 00:00:00 2001 From: nmapa <87815471+nmagniezCentreon@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:59:21 +0200 Subject: [PATCH 03/18] Update cloud-release-notes.md --- cloud/releases/cloud-release-notes.md | 91 +++++++++------------------ 1 file changed, 28 insertions(+), 63 deletions(-) diff --git a/cloud/releases/cloud-release-notes.md b/cloud/releases/cloud-release-notes.md index 5a91aea95162..8a0270c22026 100644 --- a/cloud/releases/cloud-release-notes.md +++ b/cloud/releases/cloud-release-notes.md @@ -3,69 +3,34 @@ id: cloud-release-notes title: Centreon Cloud release notes --- -## October 2, 2024 - -### Anomaly Detection - -Bug fixes -- The lua script for Anomaly Detection no longer tries to read configuration changes when there aren't any. This reduces the number of received error messages. - -### Bam - -Bug fixes --[BAM] Fix Deprecation due to Symfony Upgrade. - -### Collect - -Enhancements: -- Centreon monitoring agent windows version. -- - [CMA] Binary file for Centreon Monitoring Agent on Windows (Beta). - -Bug fixes -- [Broker] The default log level for Engine and Broker is now error instead of info (except for the core and config logs, which are info). -- [Engine] Fixed an issue with the inheritance of configuration objects in Engine. -- [Engine] When Engine's configuration is modified, already sent events are no longer sent a second time. -- [Packaging] Solved a conflict between centreon-collect 23.04 and centreon-collect 23.10 that was occurring because of a change in the way we provide the mariadb caching sha2 password plugin. - -### Gorgone - -Bug fixes -- [Gorgone] Added a partition for the Gorgone MBI *mod_bi_metriccentileweeklyvalue* and *mod_bi_metriccentilemonthlyvalue* tables, which are required by the ETL to run correctly. -- [Gorgone] Fixed an issue stopping the *nmap* discovery provider from working after a Gorgone whitelist was created. -- [Gorgone] Fixed an error present in the log when pullwss module was used on shutdown of gorgone. - -### Map - -Enhancements -- [Viewer] Allow to display host name for a service. -- [Editor] Increase number of available fonts and make roboto the default one. - -Bug fixes -- Display a message on the MAP widget when displayed in a public page. -- Fixed SFTP Connection. -- [Map list] Fixed an issue that could prevent the map list from being displayed. -- Status of BA is not align with the status in Resource Status -- Upgrade spring framework. - -### Centreon web - -Enhancements -- Added a new menu to manage Additionnal Connector Configuration. -- [API] Added an endpoint to list Pollers. -- [API] Added an endpoint to create Additional Connector Configuration. -- [API] Added an endpoint to list/get one Additional Connector Configuration. -- [API] Added an endpoint to update one Additional Connector Configuration. -- [API] Added an endpoint to delete Additional Connector Configuration. -- [Dashboards] Implement new "Clock / Timer" widget -- Manage time period for notifications. -- [Status Grid widget] Added Centreon resources pictograms -- [Status Grid widget] Added colored banners for resources states -- [Status Grid widget] Added the handling of Business Activities and Business Views. - -Bug fixes -- [API] Fixed ACLs allowing access to a resource (hosts or services) upon its creation via the APIs for a non-administrator user. -- [API] Fixed an issue where hosts and services remained invisible for a while after they were created with the v2 API. -- [Packaging] Fixed invalid permissions on oudated token cron. +## October 10th, 2024 + +### Centreon IT Edition + +**Notifications** + +It is now possible to configure a time period for a notification. When you do so, notification will be issued only in the time range corresponding to the defined time period. +Please note that time period exceptions are not yet considered. + +**Centreon Dashboards** + +A new widget named "clock / Timer" is available, allowing you to contextualize your dashboards by adding a time reference in it (either time and date of a specific timezone or a timer). +Statut grid widget tiles have also been improved by displaying resource icons and information about resource state (acknowledge or downtime). + +**APIs** + +Resource creation is now synchonous with associated rights computation improving automatized resource creation. + +### Centreon Business Edition + +**MAP** + +It is now possible to use different common fonts in your maps. As a note, "roboto" will now be the default font. +You are now also able to display host name in a service object. + +**Service Mapping** + +We have also improved integration of Business Edition features in "Centreon Dashboard" by adding the possibility to display Business Activities in the Status Grid widget. ## August 22, 2024 From d528bb1822b60ccfc914e3e7deb3dba01b7f2c49 Mon Sep 17 00:00:00 2001 From: nmapa <87815471+nmagniezCentreon@users.noreply.github.com> Date: Fri, 4 Oct 2024 11:00:24 +0200 Subject: [PATCH 04/18] Update cloud-release-notes.md --- .../current/releases/cloud-release-notes.md | 93 ++++++------------- 1 file changed, 30 insertions(+), 63 deletions(-) diff --git a/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md b/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md index 21dd9cbd8a1b..97abf70aee30 100644 --- a/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md +++ b/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md @@ -3,69 +3,36 @@ id: cloud-release-notes title: Centreon Cloud - notes de release --- -## October 2, 2024 - -### Anomaly Detection - -Bug fixes -- The lua script for Anomaly Detection no longer tries to read configuration changes when there aren't any. This reduces the number of received error messages. - -### Bam - -Bug fixes --[BAM] Fix Deprecation due to Symfony Upgrade. - -### Collect - -Enhancements: -- Centreon monitoring agent windows version. -- - [CMA] Binary file for Centreon Monitoring Agent on Windows (Beta). - -Bug fixes -- [Broker] The default log level for Engine and Broker is now error instead of info (except for the core and config logs, which are info). -- [Engine] Fixed an issue with the inheritance of configuration objects in Engine. -- [Engine] When Engine's configuration is modified, already sent events are no longer sent a second time. -- [Packaging] Solved a conflict between centreon-collect 23.04 and centreon-collect 23.10 that was occurring because of a change in the way we provide the mariadb caching sha2 password plugin. - -### Gorgone - -Bug fixes -- [Gorgone] Added a partition for the Gorgone MBI *mod_bi_metriccentileweeklyvalue* and *mod_bi_metriccentilemonthlyvalue* tables, which are required by the ETL to run correctly. -- [Gorgone] Fixed an issue stopping the *nmap* discovery provider from working after a Gorgone whitelist was created. -- [Gorgone] Fixed an error present in the log when pullwss module was used on shutdown of gorgone. - -### Map - -Enhancements -- [Viewer] Allow to display host name for a service. -- [Editor] Increase number of available fonts and make roboto the default one. - -Bug fixes -- Display a message on the MAP widget when displayed in a public page. -- Fixed SFTP Connection. -- [Map list] Fixed an issue that could prevent the map list from being displayed. -- Status of BA is not align with the status in Resource Status -- Upgrade spring framework. - -### Centreon web - -Enhancements -- Added a new menu to manage Additionnal Connector Configuration. -- [API] Added an endpoint to list Pollers. -- [API] Added an endpoint to create Additional Connector Configuration. -- [API] Added an endpoint to list/get one Additional Connector Configuration. -- [API] Added an endpoint to update one Additional Connector Configuration. -- [API] Added an endpoint to delete Additional Connector Configuration. -- [Dashboards] Implement new "Clock / Timer" widget -- Manage time period for notifications. -- [Status Grid widget] Added Centreon resources pictograms -- [Status Grid widget] Added colored banners for resources states -- [Status Grid widget] Added the handling of Business Activities and Business Views. - -Bug fixes -- [API] Fixed ACLs allowing access to a resource (hosts or services) upon its creation via the APIs for a non-administrator user. -- [API] Fixed an issue where hosts and services remained invisible for a while after they were created with the v2 API. -- [Packaging] Fixed invalid permissions on oudated token cron. + +## October 10th, 2024 + +### Centreon IT Edition + +**Notifications** + +It is now possible to configure a time period for a notification. When you do so, notification will be issued only in the time range corresponding to the defined time period. +Please note that time period exceptions are not yet considered. + +**Centreon Dashboards** + +A new widget named "clock / Timer" is available, allowing you to contextualize your dashboards by adding a time reference in it (either time and date of a specific timezone or a timer). +Statut grid widget tiles have also been improved by displaying resource icons and information about resource state (acknowledge or downtime). + +**APIs** + +Resource creation is now synchonous with associated rights computation improving automatized resource creation. + +### Centreon Business Edition + +**MAP** + +It is now possible to use different common fonts in your maps. As a note, "roboto" will now be the default font. +You are now also able to display host name in a service object. + +**Service Mapping** + +We have also improved integration of Business Edition features in "Centreon Dashboard" by adding the possibility to display Business Activities in the Status Grid widget. + ## August 22, 2024 From 3788b093d50bbec0ef98d37ebe6bfe3b1ae0d842 Mon Sep 17 00:00:00 2001 From: nmapa <87815471+nmagniezCentreon@users.noreply.github.com> Date: Fri, 4 Oct 2024 11:47:13 +0200 Subject: [PATCH 05/18] Update cloud-release-notes.md --- cloud/releases/cloud-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/releases/cloud-release-notes.md b/cloud/releases/cloud-release-notes.md index 8a0270c22026..3a5d654c48ee 100644 --- a/cloud/releases/cloud-release-notes.md +++ b/cloud/releases/cloud-release-notes.md @@ -19,7 +19,7 @@ Statut grid widget tiles have also been improved by displaying resource icons an **APIs** -Resource creation is now synchonous with associated rights computation improving automatized resource creation. +Resource creation is now synchonous with computation of their associated access rights which improves automatic resource creation via API. ### Centreon Business Edition From 4a52ce882d765d88162105b15dd3d833a13c197d Mon Sep 17 00:00:00 2001 From: nmapa <87815471+nmagniezCentreon@users.noreply.github.com> Date: Fri, 4 Oct 2024 11:47:37 +0200 Subject: [PATCH 06/18] Update cloud-release-notes.md --- .../current/releases/cloud-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md b/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md index 97abf70aee30..38dc9dee62c9 100644 --- a/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md +++ b/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md @@ -20,7 +20,7 @@ Statut grid widget tiles have also been improved by displaying resource icons an **APIs** -Resource creation is now synchonous with associated rights computation improving automatized resource creation. +Resource creation is now synchonous with computation of their associated access rights which improves automatic resource creation via API. ### Centreon Business Edition From 0862154da237e60e04888e8118489a3a716bdd48 Mon Sep 17 00:00:00 2001 From: nmapa <87815471+nmagniezCentreon@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:02:48 +0200 Subject: [PATCH 07/18] Update cloud/releases/cloud-release-notes.md Co-authored-by: cg-tw <83637804+cg-tw@users.noreply.github.com> --- cloud/releases/cloud-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/releases/cloud-release-notes.md b/cloud/releases/cloud-release-notes.md index 3a5d654c48ee..fc4e5f9d9f4e 100644 --- a/cloud/releases/cloud-release-notes.md +++ b/cloud/releases/cloud-release-notes.md @@ -9,7 +9,7 @@ title: Centreon Cloud release notes **Notifications** -It is now possible to configure a time period for a notification. When you do so, notification will be issued only in the time range corresponding to the defined time period. +It is now possible to configure a time period for a notification. When you do so, notifications will be issued only in the time range corresponding to the defined time period. Please note that time period exceptions are not yet considered. **Centreon Dashboards** From c0e810bf9c618c44ef45e358dd3d61c0077a54d8 Mon Sep 17 00:00:00 2001 From: nmapa <87815471+nmagniezCentreon@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:03:10 +0200 Subject: [PATCH 08/18] Update cloud/releases/cloud-release-notes.md Co-authored-by: cg-tw <83637804+cg-tw@users.noreply.github.com> --- cloud/releases/cloud-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/releases/cloud-release-notes.md b/cloud/releases/cloud-release-notes.md index fc4e5f9d9f4e..c819d8e552c6 100644 --- a/cloud/releases/cloud-release-notes.md +++ b/cloud/releases/cloud-release-notes.md @@ -10,7 +10,7 @@ title: Centreon Cloud release notes **Notifications** It is now possible to configure a time period for a notification. When you do so, notifications will be issued only in the time range corresponding to the defined time period. -Please note that time period exceptions are not yet considered. +Please note that time period exceptions are not taken into account yet. **Centreon Dashboards** From ec2cfccf2f87461c5a8f09dcdf1464b1251eaccc Mon Sep 17 00:00:00 2001 From: nmapa <87815471+nmagniezCentreon@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:03:20 +0200 Subject: [PATCH 09/18] Update cloud/releases/cloud-release-notes.md Co-authored-by: cg-tw <83637804+cg-tw@users.noreply.github.com> --- cloud/releases/cloud-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/releases/cloud-release-notes.md b/cloud/releases/cloud-release-notes.md index c819d8e552c6..6fc2c155c247 100644 --- a/cloud/releases/cloud-release-notes.md +++ b/cloud/releases/cloud-release-notes.md @@ -14,7 +14,7 @@ Please note that time period exceptions are not taken into account yet. **Centreon Dashboards** -A new widget named "clock / Timer" is available, allowing you to contextualize your dashboards by adding a time reference in it (either time and date of a specific timezone or a timer). +A new widget named "Clock / Timer" is available, allowing you to contextualize your dashboards by adding a time reference in it (either time and date of a specific timezone or a timer). Statut grid widget tiles have also been improved by displaying resource icons and information about resource state (acknowledge or downtime). **APIs** From aba48857198c785df074d85080378aab7c6f5ab5 Mon Sep 17 00:00:00 2001 From: nmapa <87815471+nmagniezCentreon@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:05:39 +0200 Subject: [PATCH 10/18] Update cloud-release-notes.md --- cloud/releases/cloud-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/releases/cloud-release-notes.md b/cloud/releases/cloud-release-notes.md index 6fc2c155c247..8095c8aafed6 100644 --- a/cloud/releases/cloud-release-notes.md +++ b/cloud/releases/cloud-release-notes.md @@ -15,7 +15,7 @@ Please note that time period exceptions are not taken into account yet. **Centreon Dashboards** A new widget named "Clock / Timer" is available, allowing you to contextualize your dashboards by adding a time reference in it (either time and date of a specific timezone or a timer). -Statut grid widget tiles have also been improved by displaying resource icons and information about resource state (acknowledge or downtime). +Statut grid widget tiles have also been improved by displaying resource icons and information about resource state (acknowledge or in downtime). **APIs** From 4d2e317cda6c6e3b7b9b28ed3b0548a494085a54 Mon Sep 17 00:00:00 2001 From: nmapa <87815471+nmagniezCentreon@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:06:28 +0200 Subject: [PATCH 11/18] Update cloud/releases/cloud-release-notes.md Co-authored-by: cg-tw <83637804+cg-tw@users.noreply.github.com> --- cloud/releases/cloud-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/releases/cloud-release-notes.md b/cloud/releases/cloud-release-notes.md index 8095c8aafed6..5c8c36051d3c 100644 --- a/cloud/releases/cloud-release-notes.md +++ b/cloud/releases/cloud-release-notes.md @@ -19,7 +19,7 @@ Statut grid widget tiles have also been improved by displaying resource icons an **APIs** -Resource creation is now synchonous with computation of their associated access rights which improves automatic resource creation via API. +The creation of a resource is now synchronous with the computation of its associated access rights, which improves automatic resource creation using the API. ### Centreon Business Edition From 42e3ade0abab8b45fce3c8d1abe2de5b831e0ab9 Mon Sep 17 00:00:00 2001 From: nmapa <87815471+nmagniezCentreon@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:07:00 +0200 Subject: [PATCH 12/18] Update cloud/releases/cloud-release-notes.md Co-authored-by: cg-tw <83637804+cg-tw@users.noreply.github.com> --- cloud/releases/cloud-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/releases/cloud-release-notes.md b/cloud/releases/cloud-release-notes.md index 5c8c36051d3c..8302e37224e2 100644 --- a/cloud/releases/cloud-release-notes.md +++ b/cloud/releases/cloud-release-notes.md @@ -26,7 +26,7 @@ The creation of a resource is now synchronous with the computation of its associ **MAP** It is now possible to use different common fonts in your maps. As a note, "roboto" will now be the default font. -You are now also able to display host name in a service object. +You are now also able to display the host's name in a service object. **Service Mapping** From 102a90cf221832e704646ec95d902f507e9661d8 Mon Sep 17 00:00:00 2001 From: nmapa <87815471+nmagniezCentreon@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:07:14 +0200 Subject: [PATCH 13/18] Update cloud/releases/cloud-release-notes.md Co-authored-by: cg-tw <83637804+cg-tw@users.noreply.github.com> --- cloud/releases/cloud-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/releases/cloud-release-notes.md b/cloud/releases/cloud-release-notes.md index 8302e37224e2..b9e78eb870d1 100644 --- a/cloud/releases/cloud-release-notes.md +++ b/cloud/releases/cloud-release-notes.md @@ -30,7 +30,7 @@ You are now also able to display the host's name in a service object. **Service Mapping** -We have also improved integration of Business Edition features in "Centreon Dashboard" by adding the possibility to display Business Activities in the Status Grid widget. +We have also improved the integration of Business Edition features in "Centreon Dashboard" by adding the possibility to display Business Activities in the Status Grid widget. ## August 22, 2024 From 0746b87c03cef9f7370cdf54b8645c5e1db8ce18 Mon Sep 17 00:00:00 2001 From: nmapa <87815471+nmagniezCentreon@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:45:15 +0200 Subject: [PATCH 14/18] Update cloud-release-notes.md --- .../current/releases/cloud-release-notes.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md b/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md index 38dc9dee62c9..b3bb034cd767 100644 --- a/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md +++ b/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md @@ -10,28 +10,28 @@ title: Centreon Cloud - notes de release **Notifications** -It is now possible to configure a time period for a notification. When you do so, notification will be issued only in the time range corresponding to the defined time period. -Please note that time period exceptions are not yet considered. +It is now possible to configure a time period for a notification. When you do so, notifications will be issued only in the time range corresponding to the defined time period. +Please note that time period exceptions are not taken into account yet. **Centreon Dashboards** -A new widget named "clock / Timer" is available, allowing you to contextualize your dashboards by adding a time reference in it (either time and date of a specific timezone or a timer). -Statut grid widget tiles have also been improved by displaying resource icons and information about resource state (acknowledge or downtime). +A new widget named "Clock / Timer" is available, allowing you to contextualize your dashboards by adding a time reference in it (either time and date of a specific timezone or a timer). +Statut grid widget tiles have also been improved by displaying resource icons and information about resource state (acknowledge or in downtime). **APIs** -Resource creation is now synchonous with computation of their associated access rights which improves automatic resource creation via API. +The creation of a resource is now synchronous with the computation of its associated access rights, which improves automatic resource creation using the API. ### Centreon Business Edition **MAP** It is now possible to use different common fonts in your maps. As a note, "roboto" will now be the default font. -You are now also able to display host name in a service object. +You are now also able to display the host's name in a service object. **Service Mapping** -We have also improved integration of Business Edition features in "Centreon Dashboard" by adding the possibility to display Business Activities in the Status Grid widget. +We have also improved the integration of Business Edition features in "Centreon Dashboard" by adding the possibility to display Business Activities in the Status Grid widget. ## August 22, 2024 From f55c735590144196f7e971487914ecc8b2ee3cb2 Mon Sep 17 00:00:00 2001 From: cg-tw <83637804+cg-tw@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:49:16 +0200 Subject: [PATCH 15/18] Update cloud/releases/cloud-release-notes.md --- cloud/releases/cloud-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/releases/cloud-release-notes.md b/cloud/releases/cloud-release-notes.md index b9e78eb870d1..9a6e5b17e8ce 100644 --- a/cloud/releases/cloud-release-notes.md +++ b/cloud/releases/cloud-release-notes.md @@ -15,7 +15,7 @@ Please note that time period exceptions are not taken into account yet. **Centreon Dashboards** A new widget named "Clock / Timer" is available, allowing you to contextualize your dashboards by adding a time reference in it (either time and date of a specific timezone or a timer). -Statut grid widget tiles have also been improved by displaying resource icons and information about resource state (acknowledge or in downtime). +Status Grid widget tiles have also been improved by displaying resource icons and information about the state of the resource (acknowledged or in downtime). **APIs** From bd59e61e4b997e4b88bd1a9b126da23b2831d9e5 Mon Sep 17 00:00:00 2001 From: cg-tw <83637804+cg-tw@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:51:04 +0200 Subject: [PATCH 16/18] Update i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md --- .../current/releases/cloud-release-notes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md b/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md index b3bb034cd767..afab1591ad68 100644 --- a/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md +++ b/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md @@ -10,13 +10,15 @@ title: Centreon Cloud - notes de release **Notifications** +**Notifications** + It is now possible to configure a time period for a notification. When you do so, notifications will be issued only in the time range corresponding to the defined time period. Please note that time period exceptions are not taken into account yet. **Centreon Dashboards** A new widget named "Clock / Timer" is available, allowing you to contextualize your dashboards by adding a time reference in it (either time and date of a specific timezone or a timer). -Statut grid widget tiles have also been improved by displaying resource icons and information about resource state (acknowledge or in downtime). +Status Grid widget tiles have also been improved by displaying resource icons and information about the state of the resource (acknowledged or in downtime). **APIs** From 94967bbc82a97acf3ed1c7c9be88042721fef239 Mon Sep 17 00:00:00 2001 From: cg-tw <83637804+cg-tw@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:53:29 +0200 Subject: [PATCH 17/18] Update cloud-release-notes.md --- .../current/releases/cloud-release-notes.md | 1 - 1 file changed, 1 deletion(-) diff --git a/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md b/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md index afab1591ad68..d25ce7e27a1d 100644 --- a/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md +++ b/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md @@ -35,7 +35,6 @@ You are now also able to display the host's name in a service object. We have also improved the integration of Business Edition features in "Centreon Dashboard" by adding the possibility to display Business Activities in the Status Grid widget. - ## August 22, 2024 ### Centreon IT Edition From 289f104cee3c6facc74b7d9157d44dc38a6a932b Mon Sep 17 00:00:00 2001 From: cg-tw <83637804+cg-tw@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:54:17 +0200 Subject: [PATCH 18/18] Update cloud-release-notes.md --- .../current/releases/cloud-release-notes.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md b/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md index d25ce7e27a1d..8f6d1b8abe3b 100644 --- a/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md +++ b/i18n/fr/docusaurus-plugin-content-docs-cloud/current/releases/cloud-release-notes.md @@ -3,15 +3,12 @@ id: cloud-release-notes title: Centreon Cloud - notes de release --- - ## October 10th, 2024 ### Centreon IT Edition **Notifications** -**Notifications** - It is now possible to configure a time period for a notification. When you do so, notifications will be issued only in the time range corresponding to the defined time period. Please note that time period exceptions are not taken into account yet.