# Centreon

## Sources

| Download                                           | Sources                                   |
| -------------------------------------------------- | ----------------------------------------- |
| <https://github.com/pluginsGLPI/centreon/releases> | <https://github.com/pluginsGLPI/centreon> |

***

## Requirements (self-hosted)

| GLPI Version | Minimum PHP | Recommended |
| ------------ | ----------- | ----------- |
| 10.0.x       | 8.1         | 8.2         |
| 11.0.x       | 8.2         | 8.4         |

{% hint style="info" %}
This plugin is available without a [GLPI Network](https://services.glpi-network.com/#offers) subscription. It is also available on [GLPI Cloud](https://glpi-network.cloud).
{% endhint %}

***

## Install the plugin

* Go to the marketplace. Download and install the **Centreon** plugin.

## Features

Centreon is a network, system, applicative supervision and monitoring tool. Centreon plugin allows you to see general information about hosts and their services on your GLPI interface, as long as the items are both in GLPI and Centreon.

You can perform 3 main actions :

* Acknowledge a problem
* Schedule a downtime
* Trigger a host check,

and you can also see the timeline of the host.

## Installation

* Uncompress the archive
* Move the `centreon` folder to `<GLPI_ROOT>/plugins` directory
* Navigate to the **Configuration > Plugins** page,
* Install and activate the plugin.

## Usage

You need to configure the plugin before using it. To do so, go to the **Setup > Plugins > Centreon** page. You will need to fill the following fields :

* **Centreon URL** : The URL of your Centreon interface, following by the number of the port, and the API version to use
* **Centreon Username** : The username of your Centreon account
* **Centreon Password** : The password of your Centreon account

![Centreon configuration](/files/KAM039PvC80D16mdyj8C)

Then, it will create automatically a new SQL table named `glpi_plugin_centreon_hosts`. This table will contain all the hosts that are both in GLPI and Centreon. A new tab is created on the host page, so you can see the information about the host.

![Centreon homepage](/files/ocssRYxyhLmkApMyWtoz)

![Centreon timeline](/files/fE7mdWhpEyVHyvYzKHKl)

***

## FAQ

If you have any questions about using the plugin, please consult our FAQ

<a href="/spaces/SvoJ3lioglS2UZLcWWyP/pages/AW6vfQa4xqvDW6t2h71G" class="button secondary">Go to FAQ</a>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.glpi-project.org/doc-plugins/plugins-glpi/centreon.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
