Skip to content
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 @@ -7,6 +7,8 @@ import TabItem from '@theme/TabItem';

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

> 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.

## Superviser votre serveur Centreon MAP après installation

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.
Expand All @@ -28,7 +30,7 @@ Pour superviser la JVM centreon-map, veuillez utiliser les valeurs de macro suiv
| Nom | Valeur |
| :---------------------- | :---------------------------------------- |
| ACTUATORCUSTOMMODE | ```centreonmap``` |
| ACTUATORAPIURLPATH | ```/centreon-map/api/beta``` |
| ACTUATORAPIURLPATH | ```/centreon-map/api/latest``` |
| ACTUATORAPIUSERNAME | Le nom d'utilisateur Api doit être défini |
| ACTUATORAPIPASSWORD | Le mot de passe Api doit être défini |

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

```shell
http://<MAP_IP>:8080/centreon-map/api/beta/actuator/health.
http://<MAP_IP>:8080/centreon-map/api/latest/actuator/health.
```

</TabItem>
<TabItem value="HTTPS" label="HTTPS">

```shell
https://<MAP_IP>:8443/centreon-map/api/beta/actuator/health.
https://<MAP_IP>:8443/centreon-map/api/latest/actuator/health.
```

</TabItem>
Expand Down Expand Up @@ -97,5 +99,5 @@ Attendez que le service Centreon MAP ait fini de démarrer (~30 secondes à une
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 :

```shell
http://<MAP_IP>:<NEW_PORT>/centreon-map/api/beta/actuator/health
http://<MAP_IP>:<NEW_PORT>/centreon-map/api/latest/actuator/health
```
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import TabItem from '@theme/TabItem';

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

> 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.

## Superviser votre serveur Centreon MAP après installation

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.
Expand All @@ -28,7 +30,7 @@ Pour superviser la JVM centreon-map, veuillez utiliser les valeurs de macro suiv
| Nom | Valeur |
| :---------------------- | :---------------------------------------- |
| ACTUATORCUSTOMMODE | ```centreonmap``` |
| ACTUATORAPIURLPATH | ```/centreon-map/api/beta``` |
| ACTUATORAPIURLPATH | ```/centreon-map/api/latest``` |
| ACTUATORAPIUSERNAME | Le nom d'utilisateur Api doit être défini |
| ACTUATORAPIPASSWORD | Le mot de passe Api doit être défini |

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

```shell
http://<MAP_IP>:8080/centreon-map/api/beta/actuator/health.
http://<MAP_IP>:8080/centreon-map/api/latest/actuator/health.
```

</TabItem>
<TabItem value="HTTPS" label="HTTPS">

```shell
https://<MAP_IP>:8443/centreon-map/api/beta/actuator/health.
https://<MAP_IP>:8443/centreon-map/api/latest/actuator/health.
```

</TabItem>
Expand Down Expand Up @@ -97,5 +99,5 @@ Attendez que le service Centreon MAP ait fini de démarrer (~30 secondes à une
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 :

```shell
http://<MAP_IP>:<NEW_PORT>/centreon-map/api/beta/actuator/health
http://<MAP_IP>:<NEW_PORT>/centreon-map/api/latest/actuator/health
```
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import TabItem from '@theme/TabItem';

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

> 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.

## Superviser votre serveur Centreon MAP après installation

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.
Expand All @@ -28,7 +30,7 @@ Pour superviser la JVM centreon-map, veuillez utiliser les valeurs de macro suiv
| Nom | Valeur |
| :---------------------- | :---------------------------------------- |
| ACTUATORCUSTOMMODE | ```centreonmap``` |
| ACTUATORAPIURLPATH | ```/centreon-map/api/beta``` |
| ACTUATORAPIURLPATH | ```/centreon-map/api/latest``` |
| ACTUATORAPIUSERNAME | Le nom d'utilisateur Api doit être défini |
| ACTUATORAPIPASSWORD | Le mot de passe Api doit être défini |

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

```shell
http://<MAP_IP>:8080/centreon-map/api/beta/actuator/health.
http://<MAP_IP>:8080/centreon-map/api/latest/actuator/health.
```

</TabItem>
<TabItem value="HTTPS" label="HTTPS">

```shell
https://<MAP_IP>:8443/centreon-map/api/beta/actuator/health.
https://<MAP_IP>:8443/centreon-map/api/latest/actuator/health.
```

</TabItem>
Expand Down Expand Up @@ -97,5 +99,5 @@ Attendez que le service Centreon MAP ait fini de démarrer (~30 secondes à une
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 :

```shell
http://<MAP_IP>:<NEW_PORT>/centreon-map/api/beta/actuator/health
http://<MAP_IP>:<NEW_PORT>/centreon-map/api/latest/actuator/health
```
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import TabItem from '@theme/TabItem';
This chapter describes advanced procedures for configuring your Centreon MAP
system.

> 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.

## Monitoring your Centreon MAP server after installation

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.
Expand All @@ -27,7 +29,7 @@ To monitor centreon-map JVM, please use following macro values:
| Name | Value |
| :---------------------- | :------------------------------ |
| ACTUATORCUSTOMMODE | ```centreonmap``` |
| ACTUATORAPIURLPATH | ```/centreon-map/api/beta``` |
| ACTUATORAPIURLPATH | ```/centreon-map/api/latest``` |
| ACTUATORAPIUSERNAME | Api username must be set |
| ACTUATORAPIPASSWORD | Api password must be set |

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

```shell
http://<MAP_IP>:8080/centreon-map/api/beta/actuator/health.
http://<MAP_IP>:8080/centreon-map/api/latest/actuator/health.
```

</TabItem>
<TabItem value="HTTPS" label="HTTPS">

```shell
https://<MAP_IP>:8443/centreon-map/api/beta/actuator/health.
https://<MAP_IP>:8443/centreon-map/api/latest/actuator/health.
```

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

```shell
http://<MAP_IP>:<NEW_PORT>/centreon-map/api/beta/actuator/health
http://<MAP_IP>:<NEW_PORT>/centreon-map/api/latest/actuator/health
```
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import TabItem from '@theme/TabItem';
This chapter describes advanced procedures for configuring your Centreon MAP
system.

> 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.

## Monitoring your Centreon MAP server after installation

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.
Expand All @@ -27,7 +29,7 @@ To monitor centreon-map JVM, please use following macro values:
| Name | Value |
| :---------------------- | :------------------------------ |
| ACTUATORCUSTOMMODE | ```centreonmap``` |
| ACTUATORAPIURLPATH | ```/centreon-map/api/beta``` |
| ACTUATORAPIURLPATH | ```/centreon-map/api/latest``` |
| ACTUATORAPIUSERNAME | Api username must be set |
| ACTUATORAPIPASSWORD | Api password must be set |

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

```shell
http://<MAP_IP>:8080/centreon-map/api/beta/actuator/health.
http://<MAP_IP>:8080/centreon-map/api/latest/actuator/health.
```

</TabItem>
<TabItem value="HTTPS" label="HTTPS">

```shell
https://<MAP_IP>:8443/centreon-map/api/beta/actuator/health.
https://<MAP_IP>:8443/centreon-map/api/latest/actuator/health.
```

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

```shell
http://<MAP_IP>:<NEW_PORT>/centreon-map/api/beta/actuator/health
http://<MAP_IP>:<NEW_PORT>/centreon-map/api/latest/actuator/health
```
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import TabItem from '@theme/TabItem';
This chapter describes advanced procedures for configuring your Centreon MAP
system.

> 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.

## Monitoring your Centreon MAP server after installation

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.
Expand All @@ -27,7 +29,7 @@ To monitor centreon-map JVM, please use following macro values:
| Name | Value |
| :---------------------- | :------------------------------ |
| ACTUATORCUSTOMMODE | ```centreonmap``` |
| ACTUATORAPIURLPATH | ```/centreon-map/api/beta``` |
| ACTUATORAPIURLPATH | ```/centreon-map/api/latest``` |
| ACTUATORAPIUSERNAME | Api username must be set |
| ACTUATORAPIPASSWORD | Api password must be set |

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

```shell
http://<MAP_IP>:8080/centreon-map/api/beta/actuator/health.
http://<MAP_IP>:8080/centreon-map/api/latest/actuator/health.
```

</TabItem>
<TabItem value="HTTPS" label="HTTPS">

```shell
https://<MAP_IP>:8443/centreon-map/api/beta/actuator/health.
https://<MAP_IP>:8443/centreon-map/api/latest/actuator/health.
```

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

```shell
http://<MAP_IP>:<NEW_PORT>/centreon-map/api/beta/actuator/health
http://<MAP_IP>:<NEW_PORT>/centreon-map/api/latest/actuator/health
```