Package Information
Available Nodes
Documentation

n8n-nodes-centreon
Description
The n8n-nodes-centreon package integrates Centreon into your n8n workflows to automate downtime management, collect monitoring data, and much more. With this node, you can schedule, list, or delete maintenance windows directly from n8n, without writing any code to interact with the Centreon API.
Features
- Authenticate with the Centreon API
- Create downtimes (maintenance windows) for hosts and services
- Create or delete hosts or services
- List existing hosts or services
- Acknowledge hosts or services
- List or apply configuration on pollers
- Full support for API parameters (duration, type, comments, etc.)
Prerequisites
- n8n v0.200.0 or higher
- Centreon v22.10 or higher
- A Centreon API user with the required permissions (ACL and rights on Realtime API and configuration API)
Installation
Install the node via npm in your n8n custom nodes folder:
npm install n8n-nodes-centreon
Then restart your n8n instance.
Configuration
- In n8n, navigate to Credentials
- Click New, then select Centreon API
- Fill in the fields:
- Base URL: The URL of your Centreon instance (e.g.,
https://monitoring.yourdomain.com) - Username: API username
- Password: API password
- Ignore SSL:
trueif you’re using a self-signed certificate
- Base URL: The URL of your Centreon instance (e.g.,
- Save your credentials.
Usage
- Create a new workflow in n8n.
- Add a Centreon node and choose the desired operation:
- Host : Acknowledge/Add/Delete/Downtime or List host
- Service : Acknowledge/Add/Delete/Downtime or List service
- Monitoring server : List or Apply configuration on a poller
- Select your Centreon credentials and provide the required parameters (host, service, start time, end time, etc.).
- Connect it into your workflow and execute!
Example: Automating Downtimes from an ITSM Tool
[Webhook ITSM] → [Parse Payload] → [Centreon: Create Downtime]
- The webhook node receives maintenance data from your ITSM tool (e.g., ServiceNow, Jira Service Management).
- The function node parses the payload to extract start, end, and host information.
- The Centreon node schedules the maintenance window automatically.
Contributing
Contributions are welcome! To suggest features, fix bugs, or improve documentation:
- Fork the repository
- Create a branch
feature/my-feature - Commit your changes and push
- Open a Pull Request
Support
If you encounter any issues or have questions, please open an issue on the GitHub repository.
Author
AI and Monitoring Expert - Loic FONTAINE
Author of "Centreon - Maitrisez la supervision de votre système d'informations"
Add me on LinkedIn : https://www.linkedin.com/in/loicfontaine/
This README was autogenerated to describe the n8n-nodes-centreon package and help you get started.