Skip to content

Commit 677e61d

Browse files
Fix "beta" in "latest" in MAP Advanced configuration topic (#4947)
1 parent f3477c8 commit 677e61d

File tree

6 files changed

+36
-24
lines changed

6 files changed

+36
-24
lines changed

i18n/fr/docusaurus-plugin-content-docs/version-24.10/graph-views/map-web-advanced-configuration.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import TabItem from '@theme/TabItem';
77

88
Ce chapitre décrit les procédures avancées de configuration de votre système Centreon MAP.
99

10+
> Veuillez noter que les endpoints spécifiés dans cette page ont été mis à jour suite à la dépréciation de la version bêta. Depuis la version 24.10, `beta` est remplacé par `latest` dans les chemins d'accès.
11+
1012
## Superviser votre serveur Centreon MAP après installation
1113

1214
Centreon fournit un [connecteur de supervision et un plugin](/pp/integrations/plugin-packs/procedures/applications-monitoring-centreon-map-engine-actuator) pour superviser votre serveur Centreon MAP.
@@ -28,7 +30,7 @@ Pour superviser la JVM centreon-map, veuillez utiliser les valeurs de macro suiv
2830
| Nom | Valeur |
2931
| :---------------------- | :---------------------------------------- |
3032
| ACTUATORCUSTOMMODE | ```centreonmap``` |
31-
| ACTUATORAPIURLPATH | ```/centreon-map/api/beta``` |
33+
| ACTUATORAPIURLPATH | ```/centreon-map/api/latest``` |
3234
| ACTUATORAPIUSERNAME | Le nom d'utilisateur Api doit être défini |
3335
| ACTUATORAPIPASSWORD | Le mot de passe Api doit être défini |
3436

@@ -44,14 +46,14 @@ Vous pouvez également vérifier l'URL suivante, qui indique si le serveur est o
4446
<TabItem value="HTTP" label="HTTP">
4547

4648
```shell
47-
http://<MAP_IP>:8080/centreon-map/api/beta/actuator/health.
49+
http://<MAP_IP>:8080/centreon-map/api/latest/actuator/health.
4850
```
4951

5052
</TabItem>
5153
<TabItem value="HTTPS" label="HTTPS">
5254

5355
```shell
54-
https://<MAP_IP>:8443/centreon-map/api/beta/actuator/health.
56+
https://<MAP_IP>:8443/centreon-map/api/latest/actuator/health.
5557
```
5658

5759
</TabItem>
@@ -97,5 +99,5 @@ Attendez que le service Centreon MAP ait fini de démarrer (~30 secondes à une
9799
Vérifiez que votre serveur est opérationnel et accessible sur le nouveau port que vous avez défini, en entrant l'URL suivante dans votre navigateur web :
98100

99101
```shell
100-
http://<MAP_IP>:<NEW_PORT>/centreon-map/api/beta/actuator/health
102+
http://<MAP_IP>:<NEW_PORT>/centreon-map/api/latest/actuator/health
101103
```

i18n/fr/docusaurus-plugin-content-docs/version-25.10/graph-views/map-web-advanced-configuration.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import TabItem from '@theme/TabItem';
77

88
Ce chapitre décrit les procédures avancées de configuration de votre système Centreon MAP.
99

10+
> Veuillez noter que les endpoints spécifiés dans cette page ont été mis à jour suite à la dépréciation de la version bêta. Depuis la version 24.10, `beta` est remplacé par `latest` dans les chemins d'accès.
11+
1012
## Superviser votre serveur Centreon MAP après installation
1113

1214
Centreon fournit un [connecteur de supervision et un plugin](/pp/integrations/plugin-packs/procedures/applications-monitoring-centreon-map-engine-actuator) pour superviser votre serveur Centreon MAP.
@@ -28,7 +30,7 @@ Pour superviser la JVM centreon-map, veuillez utiliser les valeurs de macro suiv
2830
| Nom | Valeur |
2931
| :---------------------- | :---------------------------------------- |
3032
| ACTUATORCUSTOMMODE | ```centreonmap``` |
31-
| ACTUATORAPIURLPATH | ```/centreon-map/api/beta``` |
33+
| ACTUATORAPIURLPATH | ```/centreon-map/api/latest``` |
3234
| ACTUATORAPIUSERNAME | Le nom d'utilisateur Api doit être défini |
3335
| ACTUATORAPIPASSWORD | Le mot de passe Api doit être défini |
3436

@@ -44,14 +46,14 @@ Vous pouvez également vérifier l'URL suivante, qui indique si le serveur est o
4446
<TabItem value="HTTP" label="HTTP">
4547

4648
```shell
47-
http://<MAP_IP>:8080/centreon-map/api/beta/actuator/health.
49+
http://<MAP_IP>:8080/centreon-map/api/latest/actuator/health.
4850
```
4951

5052
</TabItem>
5153
<TabItem value="HTTPS" label="HTTPS">
5254

5355
```shell
54-
https://<MAP_IP>:8443/centreon-map/api/beta/actuator/health.
56+
https://<MAP_IP>:8443/centreon-map/api/latest/actuator/health.
5557
```
5658

5759
</TabItem>
@@ -97,5 +99,5 @@ Attendez que le service Centreon MAP ait fini de démarrer (~30 secondes à une
9799
Vérifiez que votre serveur est opérationnel et accessible sur le nouveau port que vous avez défini, en entrant l'URL suivante dans votre navigateur web :
98100

99101
```shell
100-
http://<MAP_IP>:<NEW_PORT>/centreon-map/api/beta/actuator/health
102+
http://<MAP_IP>:<NEW_PORT>/centreon-map/api/latest/actuator/health
101103
```

i18n/fr/docusaurus-plugin-content-docs/version-26.10/graph-views/map-web-advanced-configuration.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import TabItem from '@theme/TabItem';
77

88
Ce chapitre décrit les procédures avancées de configuration de votre système Centreon MAP.
99

10+
> Veuillez noter que les endpoints spécifiés dans cette page ont été mis à jour suite à la dépréciation de la version bêta. Depuis la version 24.10, `beta` est remplacé par `latest` dans les chemins d'accès.
11+
1012
## Superviser votre serveur Centreon MAP après installation
1113

1214
Centreon fournit un [connecteur de supervision et un plugin](/pp/integrations/plugin-packs/procedures/applications-monitoring-centreon-map-engine-actuator) pour superviser votre serveur Centreon MAP.
@@ -28,7 +30,7 @@ Pour superviser la JVM centreon-map, veuillez utiliser les valeurs de macro suiv
2830
| Nom | Valeur |
2931
| :---------------------- | :---------------------------------------- |
3032
| ACTUATORCUSTOMMODE | ```centreonmap``` |
31-
| ACTUATORAPIURLPATH | ```/centreon-map/api/beta``` |
33+
| ACTUATORAPIURLPATH | ```/centreon-map/api/latest``` |
3234
| ACTUATORAPIUSERNAME | Le nom d'utilisateur Api doit être défini |
3335
| ACTUATORAPIPASSWORD | Le mot de passe Api doit être défini |
3436

@@ -44,14 +46,14 @@ Vous pouvez également vérifier l'URL suivante, qui indique si le serveur est o
4446
<TabItem value="HTTP" label="HTTP">
4547

4648
```shell
47-
http://<MAP_IP>:8080/centreon-map/api/beta/actuator/health.
49+
http://<MAP_IP>:8080/centreon-map/api/latest/actuator/health.
4850
```
4951

5052
</TabItem>
5153
<TabItem value="HTTPS" label="HTTPS">
5254

5355
```shell
54-
https://<MAP_IP>:8443/centreon-map/api/beta/actuator/health.
56+
https://<MAP_IP>:8443/centreon-map/api/latest/actuator/health.
5557
```
5658

5759
</TabItem>
@@ -97,5 +99,5 @@ Attendez que le service Centreon MAP ait fini de démarrer (~30 secondes à une
9799
Vérifiez que votre serveur est opérationnel et accessible sur le nouveau port que vous avez défini, en entrant l'URL suivante dans votre navigateur web :
98100

99101
```shell
100-
http://<MAP_IP>:<NEW_PORT>/centreon-map/api/beta/actuator/health
102+
http://<MAP_IP>:<NEW_PORT>/centreon-map/api/latest/actuator/health
101103
```

versioned_docs/version-24.10/graph-views/map-web-advanced-configuration.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import TabItem from '@theme/TabItem';
88
This chapter describes advanced procedures for configuring your Centreon MAP
99
system.
1010

11+
> Please note that the endpoints specified on this page have been updated following the deprecation of the beta version. From 24.10, `beta` is replaced with `latest` in the paths.
12+
1113
## Monitoring your Centreon MAP server after installation
1214

1315
Centreon provides a [Monitoring Connector and a plugin](/pp/integrations/plugin-packs/procedures/applications-monitoring-centreon-map-engine-actuator) to monitor your Centreon MAP server.
@@ -27,7 +29,7 @@ To monitor centreon-map JVM, please use following macro values:
2729
| Name | Value |
2830
| :---------------------- | :------------------------------ |
2931
| ACTUATORCUSTOMMODE | ```centreonmap``` |
30-
| ACTUATORAPIURLPATH | ```/centreon-map/api/beta``` |
32+
| ACTUATORAPIURLPATH | ```/centreon-map/api/latest``` |
3133
| ACTUATORAPIUSERNAME | Api username must be set |
3234
| ACTUATORAPIPASSWORD | Api password must be set |
3335

@@ -43,14 +45,14 @@ whether or not the server is up:
4345
<TabItem value="HTTP" label="HTTP">
4446

4547
```shell
46-
http://<MAP_IP>:8080/centreon-map/api/beta/actuator/health.
48+
http://<MAP_IP>:8080/centreon-map/api/latest/actuator/health.
4749
```
4850

4951
</TabItem>
5052
<TabItem value="HTTPS" label="HTTPS">
5153

5254
```shell
53-
https://<MAP_IP>:8443/centreon-map/api/beta/actuator/health.
55+
https://<MAP_IP>:8443/centreon-map/api/latest/actuator/health.
5456
```
5557

5658
</TabItem>
@@ -101,5 +103,5 @@ Test that your server is up and accessible on the new port you defined by
101103
entering the following URL in your web browser:
102104

103105
```shell
104-
http://<MAP_IP>:<NEW_PORT>/centreon-map/api/beta/actuator/health
106+
http://<MAP_IP>:<NEW_PORT>/centreon-map/api/latest/actuator/health
105107
```

versioned_docs/version-25.10/graph-views/map-web-advanced-configuration.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import TabItem from '@theme/TabItem';
88
This chapter describes advanced procedures for configuring your Centreon MAP
99
system.
1010

11+
> Please note that the endpoints specified on this page have been updated following the deprecation of the beta version. From 24.10, `beta` is replaced with `latest` in the paths.
12+
1113
## Monitoring your Centreon MAP server after installation
1214

1315
Centreon provides a [Monitoring Connector and a plugin](/pp/integrations/plugin-packs/procedures/applications-monitoring-centreon-map-engine-actuator) to monitor your Centreon MAP server.
@@ -27,7 +29,7 @@ To monitor centreon-map JVM, please use following macro values:
2729
| Name | Value |
2830
| :---------------------- | :------------------------------ |
2931
| ACTUATORCUSTOMMODE | ```centreonmap``` |
30-
| ACTUATORAPIURLPATH | ```/centreon-map/api/beta``` |
32+
| ACTUATORAPIURLPATH | ```/centreon-map/api/latest``` |
3133
| ACTUATORAPIUSERNAME | Api username must be set |
3234
| ACTUATORAPIPASSWORD | Api password must be set |
3335

@@ -43,14 +45,14 @@ whether or not the server is up:
4345
<TabItem value="HTTP" label="HTTP">
4446

4547
```shell
46-
http://<MAP_IP>:8080/centreon-map/api/beta/actuator/health.
48+
http://<MAP_IP>:8080/centreon-map/api/latest/actuator/health.
4749
```
4850

4951
</TabItem>
5052
<TabItem value="HTTPS" label="HTTPS">
5153

5254
```shell
53-
https://<MAP_IP>:8443/centreon-map/api/beta/actuator/health.
55+
https://<MAP_IP>:8443/centreon-map/api/latest/actuator/health.
5456
```
5557

5658
</TabItem>
@@ -101,5 +103,5 @@ Test that your server is up and accessible on the new port you defined by
101103
entering the following URL in your web browser:
102104

103105
```shell
104-
http://<MAP_IP>:<NEW_PORT>/centreon-map/api/beta/actuator/health
106+
http://<MAP_IP>:<NEW_PORT>/centreon-map/api/latest/actuator/health
105107
```

versioned_docs/version-26.10/graph-views/map-web-advanced-configuration.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import TabItem from '@theme/TabItem';
88
This chapter describes advanced procedures for configuring your Centreon MAP
99
system.
1010

11+
> Please note that the endpoints specified on this page have been updated following the deprecation of the beta version. From 24.10, `beta` is replaced with `latest` in the paths.
12+
1113
## Monitoring your Centreon MAP server after installation
1214

1315
Centreon provides a [Monitoring Connector and a plugin](/pp/integrations/plugin-packs/procedures/applications-monitoring-centreon-map-engine-actuator) to monitor your Centreon MAP server.
@@ -27,7 +29,7 @@ To monitor centreon-map JVM, please use following macro values:
2729
| Name | Value |
2830
| :---------------------- | :------------------------------ |
2931
| ACTUATORCUSTOMMODE | ```centreonmap``` |
30-
| ACTUATORAPIURLPATH | ```/centreon-map/api/beta``` |
32+
| ACTUATORAPIURLPATH | ```/centreon-map/api/latest``` |
3133
| ACTUATORAPIUSERNAME | Api username must be set |
3234
| ACTUATORAPIPASSWORD | Api password must be set |
3335

@@ -43,14 +45,14 @@ whether or not the server is up:
4345
<TabItem value="HTTP" label="HTTP">
4446

4547
```shell
46-
http://<MAP_IP>:8080/centreon-map/api/beta/actuator/health.
48+
http://<MAP_IP>:8080/centreon-map/api/latest/actuator/health.
4749
```
4850

4951
</TabItem>
5052
<TabItem value="HTTPS" label="HTTPS">
5153

5254
```shell
53-
https://<MAP_IP>:8443/centreon-map/api/beta/actuator/health.
55+
https://<MAP_IP>:8443/centreon-map/api/latest/actuator/health.
5456
```
5557

5658
</TabItem>
@@ -101,5 +103,5 @@ Test that your server is up and accessible on the new port you defined by
101103
entering the following URL in your web browser:
102104

103105
```shell
104-
http://<MAP_IP>:<NEW_PORT>/centreon-map/api/beta/actuator/health
106+
http://<MAP_IP>:<NEW_PORT>/centreon-map/api/latest/actuator/health
105107
```

0 commit comments

Comments
 (0)