Infrastructure Monitoring

Supervisez toute votre infrastructure IT.

Serveurs, réseau, cloud et applications dans une seule plateforme. Récupérez les paquets, sources, appliances, l’agent et les connecteurs pour déployer Centreon comme vous le souhaitez.

Centreon 25.104 fichier(s)
ProduitVersionOSDateTaille
VMWare25.10-20260700.deb12deb12Jul 28, 20261.48 GB
Vbox25.10-20260700.deb12deb12Jul 28, 20261.48 GB
VMWare25.10-20260700.alma9alma9Jul 28, 20261.50 GB
Vbox25.10-20260700.alma9alma9Jul 28, 20261.50 GB
Centreon 24.104 fichier(s)
ProduitVersionOSDateTaille
VMWare24.10-20260700.deb12deb12Jul 28, 20261.55 GB
Vbox24.10-20260700.deb12deb12Jul 28, 20261.55 GB
VMWare24.10-20260700.alma9alma9Jul 28, 20261.61 GB
Vbox24.10-20260700.alma9alma9Jul 28, 20261.61 GB
Centreon 24.044 fichier(s)
ProduitVersionOSDateTaille
VMWare24.04-20260400.deb12deb12May 12, 20261.50 GB
Vbox24.04-20260400.deb12deb12May 12, 20261.50 GB
VMWare24.04-20260400.alma9alma9May 12, 20261.89 GB
Vbox24.04-20260400.alma9alma9May 12, 20261.89 GB
Centreon 23.102 fichier(s)
ProduitVersionOSDateTaille
VMWare23_10-1.el8el8Oct 31, 20231.11 GB
Vbox23_10-1.el8el8Oct 31, 20231.05 GB
Centreon 23.042 fichier(s)
ProduitVersionOSDateTaille
Vbox23_04-1.el8.ovael8May 3, 2023988.49 MB
VMWare23_04-1.el8el8Jul 12, 20231.74 GB
Centreon 22.102 fichier(s)
ProduitVersionOSDateTaille
VMWare22_10-2.el8.ovael8Oct 26, 20222.00 GB
Vbox22_10-2.el7.ovael7Oct 26, 20222.00 GB

Installez un serveur central en une commande

OS fraîchement installé ? L'installation unattended fait tout pour vous. Canal 25.10-latest.

La voie rapide pour démarrer. De nombreuses possibilités de personnalisation, d’optimisation et de choix d’architecture restent ouvertes.

Sélectionnez votre OS pour personnaliser le déroulé opératoire

  1. 1

    Préparez le système

    Installez RHEL / AlmaLinux / Oracle Linux (8 ou 9), puis mettez l'OS à jour :

    dnf update
    apt update && apt upgrade -y
  2. 2

    Lancez l'installation root

    Une seule ligne, et le central s’installe :

    curl -L -s https://raw.githubusercontent.com/centreon/centreon/25.10-latest/centreon/unattended.sh | sh

    Le script enchaîne automatiquement :

    • Active SELinux (mode permissif)
    • Installe le dépôt Centreon
    • Installe Centreon
    • Définit le fuseau horaire PHP
    • Ajoute les règles firewall (si firewalld est actif)
    • Active et démarre les processus
    wget -O- https://apt-key.centreon.com | gpg --dearmor | tee /usr/share/keyrings/centreon.gpg > /dev/null
    echo "deb [signed-by=/usr/share/keyrings/centreon.gpg] https://packages.centreon.com/apt-standard-25.10-stable/ $(lsb_release -sc) main" \
      | tee /etc/apt/sources.list.d/centreon.list
    apt update && apt install -y centreon
  3. 3

    Configurez l'interface web

    Connectez-vous à http://[SERVER_IP]/centreon puis suivez l'assistant.Étapes détaillées dans la doc →

  4. Supervisez

    C'est parti.Démarrage rapide →

Présentation produit

Centreon Monitoring Agent

The Centreon Monitoring Agent (CMA) is a lightweight, secure, next-generation agent that natively monitors Linux and Windows hosts. It streams metrics and checks to your platform over encrypted gRPC, installs in seconds and runs with a tiny footprint, with no plugin to deploy on the host. Pick your operating system below to download the installer or copy the install commands.

$ uname → choisissez votre OS :
Centreon Monitoring Agent · Windows
MD5 
MD5 
Toutes les versions Windows (21)
VersionTailleMD5
25.10.821.14 MB
25.10.720.89 MB
25.10.620.61 MB
25.10.520.61 MB
25.10.420.59 MB
25.10.320.59 MB
25.10.220.58 MB
25.10.120.56 MB
25.10.020.53 MB
24.10.1821.08 MB
24.10.1721.08 MB
24.10.1620.83 MB
24.10.1520.83 MB
24.10.1420.83 MB
24.10.1320.57 MB
24.10.1220.55 MB
24.10.1120.75 MB
24.10.1020.75 MB
24.10.920.75 MB
24.10.720.74 MB
24.10.620.46 MB

64-bit installer (.exe). Run as administrator. Windows Server 2016+ / Windows 10+.

RHEL / AlmaLinux / Rocky (el8, el9, el10)
# Dépôt Centreon 25.10 (exemple el9)
dnf install -y https://packages.centreon.com/rpm-standard/25.10/el9/centreon-25.10.repo
dnf install -y centreon-monitoring-agent
systemctl enable --now centreon-monitoring-agent
# Dépôt Centreon 24.10 (exemple el9)
dnf install -y https://packages.centreon.com/rpm-standard/24.10/el9/centreon-24.10.repo
dnf install -y centreon-monitoring-agent
systemctl enable --now centreon-monitoring-agent

Exemple en el9 — adapter l'elX (el8/el9/el10). Le service écoute par défaut sur le port 4317 (gRPC).

Debian / Ubuntu
# Clé + dépôt Centreon 25.10
wget -O- https://apt-key.centreon.com | gpg --dearmor | tee /usr/share/keyrings/centreon.gpg > /dev/null
echo "deb [signed-by=/usr/share/keyrings/centreon.gpg] https://apt.centreon.com/25.10 $(lsb_release -sc) main" \
  | tee /etc/apt/sources.list.d/centreon.list
apt update && apt install -y centreon-monitoring-agent
systemctl enable --now centreon-monitoring-agent
# Clé + dépôt Centreon 24.10
wget -O- https://apt-key.centreon.com | gpg --dearmor | tee /usr/share/keyrings/centreon.gpg > /dev/null
echo "deb [signed-by=/usr/share/keyrings/centreon.gpg] https://apt.centreon.com/24.10 $(lsb_release -sc) main" \
  | tee /etc/apt/sources.list.d/centreon.list
apt update && apt install -y centreon-monitoring-agent
systemctl enable --now centreon-monitoring-agent

Le service écoute par défaut sur le port 4317 (gRPC).

732 Connecteurs

Connecteurs de supervision (Plugin Packs) avec modèles prêts à l'emploi et auto-découverte pour toute votre infrastructure.

Aperçu : les connecteurs s’installent in-product via la marketplace Centreon.

3CX3com NetworkA10 AXABB CMS-700AEG ACMAIX SNMPAIX SSHAKCP SensorAPC ATSAPC PDU SNMPAPC Sensor SNMPAPC UPSAWS BillingAWS DiscoverAWS ELBAWS HealthAWS LambdaAWS Transit GatewayAWS VPNAcme PacketActive DirectoryActive Directory CMAActive Directory Rest APIActive Directory WSMANActivemq JMXAdder AIM SNMPAdic Tape SNMPAdva FSP 150 SNMPAdva FSP 3000 SNMPAerohiveAlcatel OXEAlcatel OmniswitchAllied Telesis SNMPAlpha UPS SNMPAlvarion BreezeACCESS SNMPAlyvix Server RestAPIAmazon API GatewayAmazon Backup VaultAmazon CloudFrontAmazon CloudTrailAmazon CloudWatchAmazon CloudWatch LogsAmazon Direct ConnectAmazon EBSAmazon EC2Amazon EFSAmazon ElastiCacheAmazon FSxAmazon KinesisAmazon RDSAmazon S3Amazon SESAmazon SNSAmazon SQSAnsibleAnsible TowerAntivirus ClamAVApache CXFApache ServerAppear TV SNMPArista Switch SNMPArkoon SNMPAruba CPPM SNMPAruba Instant SNMPAruba Orchestrator Rest APIAruba Standard SNMPArubaOS-CX SNMPAsterisk VoIP AMIAsterisk VoIP SNMPAsterisk VoIP ServerAthonet ePC SNMPAtrica RouteurAtto Fibrebridge SNMPAudioCodesAvaya AES SNMPAvaya CM SNMPAvaya Media Gateway SNMPAviat Networks SNMPAvid IsisAvocent ACS 6000Avocent ACS 8000Awa JMXAxis VideoAzure API ManagementAzure App ConfigurationAzure App ServiceAzure App Service PlanAzure Application GatewayAzure Application InsightsAzure AutomationAzure CDNAzure Cache for RedisAzure Classic StorageAzure Container RegistryAzure Cosmos DBAzure Data FactoryAzure Database for MariaDBAzure Database for MySQLAzure Database for PostgreSQLAzure DiscoverAzure Elastic PoolAzure Event GridAzure Event HubsAzure ExpressRouteAzure FirewallAzure Front DoorAzure FunctionsAzure InsightsMetricsAzure Key VaultAzure Kubernetes ServiceAzure Load BalancerAzure Log AnalyticsAzure Management CostsAzure MonitorAzure Network InterfaceAzure Policies StatesAzure Public IPAzure RecoveryAzure ResourceAzure SQL DatabaseAzure SQL Managed InstanceAzure SQL ServerAzure ServiceBusAzure SignalRAzure Storage AccountAzure Storage SyncAzure Traffic ManagerAzure VPN GatewayAzure Virtual MachineAzure Virtual Machine Scale SetsAzure Virtual NetworkBDT MultiStak SNMPBGP ProtocolBGP Protocol SNMPBackboxBarco ClickShare Rest APIBarracuda Cloudgen SNMPBarracuda Message Archiver SNMPBase PackBee WareBind9 WebBlueMindBluecoat genericBluemind SSHBrocade SwitchBuffalo TeraStation SNMPCambium cnPilot SNMPCambium ePMP SNMPCamera Avigilon SNMPCassandraCato Networks APICentreon CentralCentreon DEM (formerly Quanta) Rest APICentreon DatabaseCentreon MBICentreon MapCentreon Map EngineCentreon Map4Centreon PollerCentreon SQL MetricsCentreon-HACeph RestAPIChapsVision CrossinG SNMPCheckPoint firewallCisco ASACisco ApicCisco CMSCisco Call ManagerCisco Collaboration Endpoint Rest APICisco DNA Center Rest APICisco ESA Rest APICisco ESA XMLAPICisco Firepower FMC Rest APICisco Firepower SNMPCisco ISECisco IronPortCisco Meraki Rest APICisco Meraki SNMPCisco PrimeCisco SSMSCisco Small BusinessCisco Standard SNMPCisco Standard SSHCisco Telepresence System SNMPCisco UCS SNMPCisco UmbrellaCisco Unified Communications Manager SXMCisco VCS Rest APICisco Voice GatewayCisco WLCCisco Waas SNMPCisco WapCitrix AccelerationCitrix NetscalerCitrix SDXClever PDUCloud FoundryColubris SNMPComet P8000 Sensor SNMPCommvault Commserve Rest APIControl-M Rest APICouchDB Rest APICyberPower Systems PDU SNMPCyberPower Systems UPS SNMPCyberoamD-Link DGS 3100 SNMPD-Link NetworkDB2 DatabaseDHCP ServerDNS ServiceDRBD SSHDatacore SANsymphony RESTAPIDell 6200Dell 6200 SNMPDell CMCDell Compellent Nsclient NRPEDell Compellent SNMPDell EquallogicDell FluidFSDell MD3000Dell ML6000Dell Me4 Rest APIDell N-series SNMPDell N4000Dell OME–Modular SNMPDell OS10 SNMPDell OpenManageDell PowerStore Rest APIDell S-seriesDell TL2000Dell VxRail Manager Rest APIDell XseriesDell iDRAC SNMPDenyAll (Rohde & Schwarz) SNMPDigi Anywhere USBDigi PortServers TSDigi PortServers TS (DEPRECATED)Digi SarianDockerDocker SSHDynamics 365Dynamics AX DatabaseDynamics NSClientDynatrace Rest APIEES UPS SNMPEMC CelerraEMC ClariionEMC Data Domain SNMPEMC IsilonEMC RecoveryPointEMC Symmetrix APIEMC Symmetrix NRPEEMC Unisphere Rest APIEMC VplexEMC XtremioEaton ATS SNMPEaton PDU SNMPEclipse Mosquitto MQTTEfficient IPElasticsearchElasticsearch (Deprecated)Eltek eNexusEmc PPMA Rest APIEmerson PDU SNMPEnterasys SNMPEricsson ENM APIEthpoller APIEvertz FC7800Exagrid SNMPExchange 2010Exchange 2010 APIExense Step REST APIExtreme (formerly Nortel/Avaya) SNMPExtreme Networks SNMPF5 BigIPF5OS SNMPFTP ServerFiberstore SNMPFirebirdForcepoint SNMPFortinet FortiADC SNMPFortinet FortiAuthenticator RestAPIFortinet FortiMail SNMPFortinet FortiSwitch SNMPFortinet FortiWeb SNMPFortinet Fortiauthenticator SNMPFortinet Fortigate Rest APIFortinet Fortigate SNMPFortinet Fortimanager SNMPFreeBSD SNMPFreeboxFritz!Box UPnPFujitsu Eternus DXFujitsu Server SNMPGeist Sensor SNMPGeneric SNMPGithubGoogle CloudSQL MySQLGoogle Compute EngineGoogle GSuiteGoogle StackdriverGoogle StorageGoogle WorkspaceGorgone Rest APIGorgy NTP ServerGrafanaGraylogGude EPC SNMPH3C NetworkHAProxy SNMPHAProxy WebHMS Ewon SNMPHMS Netbiter Argos RestAPIHP 3PAR 7000HP 3PAR SSHHP Blade ChassisHP EVAHP Ilo Rest APIHP Ilo XMLAPIHP LefthandHP MSA2000 SNMPHP MSLHP Moonshot SNMPHP OneView Rest APIHP P2000HP Procurve SNMPHP ProliantHP Standard NetworkHP StoreOnceHP StoreOnce 3.x Rest APIHP StoreOnce 4.x Rest APIHP StoreOnce SSHHP UPS SNMPHP Virtual ConnectHP-UXHPE Alletra REST APIHPE Athonet Alertmanager w/ PrometheusHPE Athonet w/ Prometheus APIHPE Primera REST APIHPE Simplivity Rest APIHTTP ServerHWg-STE SensorHanwha camera SNMPHashiCorp Vault Rest APIHddtemp TCPHibernateHikvision NVR SNMPHikvision camera SNMPHimoinsa UPSHirschmann switchHitachi E Series CMAHitachi HCP SNMPHitachi NASHitachi StandardHuawei HMMHuawei OceanStor SNMPHuawei Standard SNMPHuawei WLC SNMPHuawei iBMCHyper-V 2012Hyper-V 2012 CMAHyper-V NSCP REST APIHyperledger APIIBM AS400IBM AS400 ConnectorIBM BladeCenterIBM BladeCenter SwitchIBM DS3000IBM DS4000IBM DS5000IBM FlashSystem 900IBM HMC SSHIBM IMMIBM MQ MQIIBM MQ Rest APIIBM SoftlayerIBM StorwizeIBM TS2900IBM TS3100IBM TS3200IBM TS3500IBM TSAMP SSHIBM Tivoli Storage MIICS Rest APIIMAP ServerIP Fabric APIIP-Label Datametrie Rest APIIP-Label Ekara Rest APIIP-Label Newtest Rest APIInfluxDBInfoblox SNMPInfor ION GridInformix DBInformix DB SNMPInmatics PSU SputnikJBoss ServerJMX valueJMeterJVM ActuatorJVM JMXJacarta SensorJenkins APIJuniper EX SeriesJuniper GGSNJuniper ISGJuniper M-SeriesJuniper M-Series NetconfJuniper MagJuniper SAJuniper SRXJuniper SSGJuniper TrapezeKadiska Rest APIKafkaKairos SNMPKaminario RestAPIKasperskyKeepalived SNMPKemp LoadbalancerKeysight NVOS Rest APIKubernetes APIKubernetes w/ PrometheusLDAP ServerLM SensorsLatenceTech RestAPILenovo Flexsystem SwitchLenovo IomegaLenovo RackSwitch SNMPLenovo S Series SNMPLenovo XCC SNMPLibraesva SNMPLinux CMALinux Libvirt CMALinux Libvirt SSHLinux NRPELinux NRPE3Linux NRPE4Linux SNMPLinux SNMP v3Linux SSHLinux Telegraf AgentLoggly Rest APILync 2013MGE UPS SystemMS BiztalkMac SNMPMaltem Insight Performance Rest APIMasterclock NTP100GPMcAfee Web Gateway SNMPMeru Networks SNMPMessPC Ehternetbox SNMPMicrosens G6 SNMPMicrosoft Cluster Server CMAMicrosoft Cluster Server NSClient++ NRPEMicrosoft DHCP SNMPMicrosoft Exchange CMAMicrosoft Exchange NSClient NRPEMicrosoft Exchange NSClient RestAPIMicrosoft IIS Server NRPEMicrosoft IIS Server NSClient APIMicrosoft IIS Server RestapiMicrosoft IIS Server WSMANMicrosoft SCCM CMAMicrosoft SCCM NSClientMicrosoft SQL ServerMicrosoft WSUSMicrosoft WSUS CMAMikrotik SNMPMitel 3300ICPMobotix CameraModbusMongoDBMoxa Switch SNMPMrv OptiswitchMulesoft AnypointMySQL/MariaDBNTP ServerNVIDIA GPU SMI SSHNetASQ NetworkNetAppNetApp Ontap OnCommand APINetApp Ontap Rest APINetApp Ontap SNMPNetApp RestapiNetApp Santricity RestapiNetbackup NSClient++ APINetbackup SSHNetbotz SensorNetdata RestAPINetgear MSeriesNetgear Readynas SNMPNetgear SSeries SNMPNetscaler MPX 8000Nginx PlusNginx Plus (legacy)Nginx ServerNimble StorageNimble Storage Rest APINitram UPS SNMPNmap CLINode Exporter Linux MetricsNode Exporter Windows MetricsNode Exporter w/ Prometheus APINokia Isam SNMPNokia TiMos SNMPNtopNG RestAPINutanixNvidia (formerly Mellanox) SNMPOSPF ProtocolOVHOffice 365 Azure ADOffice 365 ManagementOffice365 ExchangeOffice365 OneDriveOffice365 SharePointOffice365 SkypeOffice365 TeamsOmniswitch 6850OneAccess SNMPOpenHeadendOpenLDAPOpenMetricsOpenStack RESTAPIOpenVPN OMIOpenWeatherMapOpengear SNMPOptelecom camera SNMPOracle DatabaseOracle GoldenGate SSHOracle InfinibandOracle UCP JMXOracle VM Manager APIOracle ZFSOracle ZS Rest APIOracle ZS SNMPOutscaleOverland NeoPHP APCPHP FPMPICOS SNMPPOP ServerPVXPacemakerPalo Alto firewall APIPalo Alto firewall SNMPPalo Alto firewall SSHPanzura SNMPParity APIPatton SmartNode SNMPPeoplesoftPeplink BalancePeplink Pepwave SNMPPerle IDS SNMPPexip Infinity ManagementAPIPhoenixtec UPS SNMPPineApp Mail SecurePodman REST APIPolycom DMA SNMPPolycom GroupSeries SNMPPolycom HDX SNMPPolycom RMXPolycom RPRM SNMPPolycom Trio Rest APIPostgreSQLPowerware UPSPrinter standardPrometheus Alertmanager APIPrometheus ServerProtocol CIFSProtocol DHCPProtocol SFTPProtocol SSHProtocol TCPProtocol UDPProtocol WHOISProxmox Mail Gateway APIProxmox VEPure Storage FlashArray Legacy Rest APIPure Storage FlashArray Rest API v2Pure Storage FlashBlade Rest API v2Pure Storage RestAPIPure Storage SNMPQSAN NASQnapQuadstorQuanta Rest APIQuantum DXi SeriesQuantum ScalarRRDcachedRRDtoolRabbitMQ RestAPIRad Airmux SNMPRadius ServiceRadware AlteonRaisecomRapid Recovery SNMPRaritan PDURedBack RouterRedis CliRedis DatabaseRedis Labs Enterprise Cluster Rest APIRedis RestapiRedis SentinelRiello UPS SNMPRittal CMC3 SNMPRiverbed InterceptorRiverbed SteelHeadRubrik Rest APIRubrik Security Cloud GraphQL APIRuckusRuckus ICX SNMPRuckus SCGRuckus SmartzoneRuckus ZonedirectorRuckus ZonedirectoreRudderRuggedcom NetworkSAP HANASCOM Rest APISMTP ServerSafenet KeysecureSahi Pro Rest APISailPoint IdentityNow Rest APISalesforceSchleifenbauer Gateway SNMPSecuractive SNMPSeleniumSendmailSensor IPSensorGatewaySensormetrixSilverpeakSkyhigh Web Gateway SNMPSkype 2015SlackSmarterMail ServerSocomec Net Vision UPS SNMPSolaris SNMPSolrSonicwallSonus SBCSophos ESSpeedtestSplunk APISquid SNMPStonesoftStoragetek SLStormshield APIStormshield SNMPStormshield SSHSun MgmtCardSun MseriesSun SFxxKSupermicroSupermicro BMC SNMPSupermicro SuperDoctor SNMPSybaseSymantec NetbackupSymbol WiNG SNMPSynologyTFTP ServerTP-Link SNMPTalend TMC APITeldat Edge Routers SNMPTelnet ScenarioTeltonika SNMPThales Mistral VS9 Rest APITimelinkmicro Tms6001Tomcat JMXTomcat WebmanagerTosca Rest APITraffic DirectorTrendMicro Iwsva SNMPUPS StandardUbiquiti AirFiber SNMPUbiquiti Edge SNMPUbiquiti UniFi SNMPUcopiaVMware ESXVMware ESX WS-MANVMware VCSA Rest APIVMware VCSA SNMPVMware VMVMware VeloCloudVMware vCenterVMware vCenter v4VMware vCenter v5VMware vCenter v6VMware8 ESX REST APIVMware8 VCSA REST APIVMware8 VM REST APIVMware8 vCenter REST APIVTOM Rest APIVarnish NRPEVectra Rest APIVeeam Backup Enterprise Manager Rest APIVeeam CMAVeeam NRPEVeeam NSClient APIVeeam ONE Rest APIVeeam WSMANVeritas Backup Exec NSCP APIVerne MQ RestAPIVersa Director RestapiVersa SNMPViolin Memory 3000Viptela SNMPWD NAS SNMPWallix Bastion SNMPWarp10 SensisionWatchguardWazuh Rest APIWeblogic ServerWestermo Standard SNMPWindows CMAWindows NRPEWindows NSClient 0.5 NRPEWindows NSClient APIWindows SNMPWindows Telegraf AgentWindows WSMANX509 CertificateXiVO VoIP ServerZIXIZookeeperZscaler ZDX ApiZyxelcAdvisorcAdvisor APIpfSense FauxapipfSense SNMPxFusion iBMC SNMP
Voir tout le catalogue →

Branchez Centreon sur votre stack d’entreprise

Vos données de supervision valent plus quand elles circulent : ouvrez des tickets dans votre ITSM, diffusez événements et métriques vers votre SIEM, votre data lake ou votre plateforme d’astreinte, et faites de Centreon le cœur battant de votre stack d’observabilité Enterprise.

Open Tickets : intégrations ITSM

Le module Open Tickets ouvre et clôt des tickets dans votre outil ITSM directement depuis la console Centreon. Providers fournis avec le module :

Cliquez sur une intégration pour le détail, la documentation et le téléchargement.

Stream Connectors : diffusion temps réel

Adossés au flux BBDO du Broker et à un puissant framework Lua, les Stream Connectors filtrent, enrichissent et transmettent vos événements et métriques en temps réel vers les plateformes que vos équipes utilisent déjà. Filtrage fin (type d’événement, statut, groupes d’hôtes, règles sur mesure), transformation des données, destinations multiples en parallèle : tout pour bâtir un pipeline d’observabilité de niveau Enterprise.

Cliquez sur un connecteur pour le détail, la documentation et le téléchargement.

Plugins de notification : les alertes là où vivent vos équipes

Le moteur de notification Centreon (contacts, périodes, escalades) pousse vos alertes vers les canaux que vos équipes utilisent déjà : Microsoft Teams, Slack, Telegram, e-mail enrichi, passerelles SMS, push mobile. Le bon message, au bon endroit, au bon moment.

Cliquez sur un plugin pour le détail, la documentation et le téléchargement.

📖 Documentation des notifications

Besoin d’une intégration sur mesure ?

Un stream connector spécifique ? Une intégration aux petits oignons avec votre outillage maison ? Là où les plus grands acteurs du marché vous enferment dans leur catalogue, Centreon vous ouvre le sien : framework Lua documenté, providers en code source ouvert, API complètes. Centreon se customise bien au-delà de ce que permettent les plateformes fermées, et l’open source vous l’offre sur un plateau. Profitez-en.

Centreon MCP ServerBêta

Supervisez Centreon depuis votre assistant IA : le serveur MCP expose le temps réel sous forme d’outils pour tout client Model Context Protocol (Claude, IDE, agents). Il lit le statut et acquitte les alertes, sans toucher à votre configuration.

Ce que votre assistant sait faire

Statut temps réel

Interrogez l’état des hôtes et services en direct, avec compteurs par état.

Acquittement des alertes

Acquittez un problème d’hôte ou de service avec commentaire, directement depuis l’assistant.

Filtres de recherche riches

Les mêmes filtres logiques que l’API Centreon ($and, $or, regex) pour cibler exactement les bonnes ressources.

Fonctionne avec les grandes plateformes IA

Claude (Desktop, Code)ChatGPT / OpenAIGoogle GeminiMicrosoft CopilotMistral Le ChatCursorVS Code

MCP est un standard ouvert : tout client compatible Model Context Protocol peut se connecter à ce serveur.

Prérequis

  • Python 3.13+ (or Docker)
  • A Centreon instance reachable from the MCP server
  • A personal API token (Configuration > Users > API tokens)

Déployer le serveur

git clone https://github.com/CentreonLabs/centreon-mcp.git
cd centreon-mcp
# .env: CENTREON_BASE_URL, CENTREON_API_TOKEN, MCP_API_KEY, NGROK_AUTHTOKEN
docker compose up --build
# -> MCP server on :8000, ngrok tunnel, web UI on :4040
git clone https://github.com/CentreonLabs/centreon-mcp.git
cd centreon-mcp
python -m venv .venv && source .venv/bin/activate
pip install -e .
# .env: CENTREON_BASE_URL, CENTREON_API_TOKEN, MCP_API_KEY
fastmcp run centreon_mcp/main.py
git clone https://github.com/CentreonLabs/centreon-mcp.git
cd centreon-mcp
uv sync --all-groups
# .env: CENTREON_BASE_URL, CENTREON_API_TOKEN, MCP_API_KEY
uv run fastmcp run centreon_mcp/main.py

Variables d’environnement (.env)

CENTREON_BASE_URL*Centreon server URL (without /api/latest)
CENTREON_API_TOKEN*Personal API token (Configuration > Users > API tokens)
MCP_API_KEY*Bearer token clients must send to the MCP server
CENTREON_VERIFY_SSLSSL certificate verification (default: true)
CENTREON_CA_BUNDLEPath to a custom CA bundle (internal PKI)
NGROK_AUTHTOKENngrok token (compose.yaml deployment only)

* variable obligatoire

Connecter votre client MCP

Pointez votre client MCP (Claude Desktop, IDE, agent...) vers l’URL du serveur avec l’en-tête Authorization :

{
  "mcpServers": {
    "centreon": {
      "url": "https://your-mcp-host:8000/mcp",
      "headers": { "Authorization": "Bearer your-mcp-api-key" }
    }
  }
}

Outils disponibles

  • get_realtime_status (live status of a host or service)
  • list_all_status (states overview with counters, regex filters)
  • acknowledge_resource (acknowledge a problem with a comment)

Bêta : les outils et interfaces peuvent évoluer sans préavis. Vos retours sont bienvenus sur le dépôt GitHub.

Modules & widgets libres

Composants open source à installer sur une plateforme existante.

Choisissez une version pour lister ses fichiers, puis un composant pour affiner.

Experience Monitoring

Supervisez l’expérience de vos utilisateurs.

Visibilité de bout en bout sur la performance et la disponibilité de vos applications et parcours digitaux, du point de vue de l'utilisateur.

Réel & synthétique

Combinez monitoring d’utilisateurs réels et tests synthétiques des parcours critiques.

Performance applicative

Temps de réponse web / API / transactions, erreurs et disponibilité.

Impact métier

Reliez l’expérience digitale aux SLA et aux enjeux métier.

Démarrez votre essai gratuit

Votre essai gratuit vous donne un accès complet à l’Experience Monitoring : monitoring d’utilisateurs réels et synthétique, suivi des performances applicatives et tableaux de bord reliant l’expérience digitale à l’impact métier. Sans carte bancaire. Remplissez le formulaire et notre équipe active votre environnement.

Améliorez votre expérience digitale

Déployez vos projets de log management

Contact