> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keephq.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Centreon

> Centreon allows you to monitor your infrastructure with ease.

## Authentication

This provider requires authentication.

* **host\_url**: Centreon Host URL (required: True, sensitive: False)
* **api\_token**: Centreon API Token (required: True, sensitive: True)

Certain scopes may be required to perform specific actions or queries via the provider. Below is a summary of relevant scopes and their use cases:

* **authenticated**: User is authenticated

## In workflows

This provider can't be used as a "step" or "action" in workflows. If you want to use it, please let us know by creating an issue in the [GitHub repository](https://github.com/keephq/keep/issues).

## Connecting with the Provider

1. Centreon can be SaaS or On-premises. You need to have an instance of Centreon running.
2. Go to Administration > API Tokens and create a new token for an admin user.
3. Use the URL of your Centreon instance and the API token to configure the provider.

## Usefull Links

* [Centreon](https://www.centreon.com/)

## Note

* Centreon only supports the following [host state](https://docs.centreon.com/docs/api/rest-api-v1/#realtime-information) (UP = 0, DOWN = 2, UNREA = 3)
