Monitoring your MAP server
This page describes how to monitor your Centreon MAP server after installation.
Please note that the endpoints specified on this page have been updated following the deprecation of the beta version. From 24.10,
betais replaced withlatestin the paths.
Install Centreon MAP Engine connector
Centreon provides a Monitoring Connector and a plugin to monitor your Centreon MAP server.
Configure your services
Access your Centreon Web interface. Go to Configuration > Host > Add.
Fill in the basic information about your host and add the following host templates:
- OS-Linux-SNMP-custom
- App-Jvm-Centreon-Map-Engine-custom
To monitor centreon-map JVM, please use following macro values:
| Name | Value |
|---|---|
| ACTUATORCUSTOMMODE | centreonmap |
| ACTUATORAPIURLPATH | /centreon-map/api/latest |
| ACTUATORAPIUSERNAME | Api username must be set |
| ACTUATORAPIPASSWORD | Api password must be set |
Remember to check the "Create Services linked to the Template too" checkbox.
You can now export your configuration, and your Centreon MAP server will be monitored.
You can also simply check by accessing the following URL, which tells you whether or not the server is up:
- HTTP
- HTTPS
http://<MAP_IP>:8080/centreon-map/api/latest/actuator/health.
https://<MAP_IP>:8443/centreon-map/api/latest/actuator/health.