Infrastructure Monitoring

Supervise toda su infraestructura TI.

Servidores, red, nube y aplicaciones en una sola plataforma. Descargue los paquetes, las fuentes, las appliances, el agente y los conectores para desplegar Centreon a su manera.

Centreon 25.104 archivo(s)
ProductoVersiónSOFechaTamaño
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 archivo(s)
ProductoVersiónSOFechaTamaño
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 archivo(s)
ProductoVersiónSOFechaTamaño
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 archivo(s)
ProductoVersiónSOFechaTamaño
VMWare23_10-1.el8el8Oct 31, 20231.11 GB
Vbox23_10-1.el8el8Oct 31, 20231.05 GB
Centreon 23.042 archivo(s)
ProductoVersiónSOFechaTamaño
Vbox23_04-1.el8.ovael8May 3, 2023988.49 MB
VMWare23_04-1.el8el8Jul 12, 20231.74 GB
Centreon 22.102 archivo(s)
ProductoVersiónSOFechaTamaño
VMWare22_10-2.el8.ovael8Oct 26, 20222.00 GB
Vbox22_10-2.el7.ovael7Oct 26, 20222.00 GB

Instale un servidor central con un solo comando

¿SO recién instalado? La instalación unattended lo hace todo por usted. Canal 25.10-latest.

La vía rápida para empezar, con muchas posibilidades de personalización, optimización y elección de arquitectura.

Seleccione su SO para adaptar el procedimiento

  1. 1

    Prepare el sistema

    Instale RHEL / AlmaLinux / Oracle Linux (8 o 9), luego actualice el SO:

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

    Ejecute la instalación root

    Una sola línea y el central se instala solo:

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

    El script realiza automáticamente:

    • Activa SELinux (modo permisivo)
    • Instala el repositorio de Centreon
    • Instala Centreon
    • Define la zona horaria de PHP
    • Añade reglas de firewall (solo si firewalld está activo)
    • Activa e inicia los procesos
    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

    Configure la interfaz web

    Inicie sesión en http://[SERVER_IP]/centreon y siga el asistente.Pasos detallados en la documentación →

  4. Empiece a monitorizar

    Todo listo.Guía de inicio rápido →

Descripción del producto

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 → elija su SO:
Centreon Monitoring Agent · Windows
v25.10.821.14 MB
Descargar el instalador
MD5 
v24.10.1821.08 MB
Descargar el instalador
MD5 
Todas las versiones para Windows (21)
VersiónTamañoMD5
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 Conectores

Conectores de monitorización (Plugin Packs) con plantillas listas para usar y autodescubrimiento para toda su infraestructura.

Vista previa: los conectores se instalan en el producto mediante la marketplace de 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
Ver todo el catálogo →

Conecte Centreon a su stack empresarial

Sus datos de monitorización valen más cuando circulan: abra tickets en su ITSM, difunda eventos y métricas hacia su SIEM, su data lake o su plataforma de guardia, y haga de Centreon el corazón de su stack de observabilidad Enterprise.

Open Tickets: integraciones ITSM

El módulo Open Tickets abre y cierra tickets en su herramienta ITSM directamente desde la consola de Centreon. Proveedores incluidos con el módulo:

Haga clic en una integración para ver los detalles, la documentación y la descarga.

Stream Connectors: difusión en tiempo real

Basados en el flujo BBDO del Broker y en un potente framework Lua, los Stream Connectors filtran, enriquecen y reenvían sus eventos y métricas en tiempo real hacia las plataformas que sus equipos ya utilizan. Filtrado fino (tipo de evento, estado, grupos de hosts, reglas a medida), transformación de datos, varios destinos en paralelo: todo para construir un pipeline de observabilidad de nivel Enterprise.

Haga clic en un conector para ver los detalles, la documentación y la descarga.

Plugins de notificación: alertas donde viven sus equipos

El motor de notificaciones de Centreon (contactos, períodos, escaladas) envía sus alertas a los canales que sus equipos ya utilizan: Microsoft Teams, Slack, Telegram, correo enriquecido, pasarelas SMS, push móvil. El mensaje correcto, en el lugar correcto, en el momento correcto.

Haga clic en un plugin para ver los detalles, la documentación y la descarga.

📖 Documentación de notificaciones

¿Necesita una integración a medida?

¿Un stream connector específico? ¿Una integración hecha a la medida de sus herramientas internas? Donde los grandes actores del mercado le encierran en su catálogo, Centreon le abre el suyo: framework Lua documentado, proveedores de código abierto, API completas. Centreon se puede personalizar mucho más allá de lo que permiten las plataformas cerradas, y el open source se lo sirve en bandeja. Aprovéchelo.

Centreon MCP ServerBeta

Supervise Centreon desde su asistente de IA: el servidor MCP expone la monitorización en tiempo real como herramientas para cualquier cliente Model Context Protocol (Claude, IDE, agentes). Lee el estado en vivo y reconoce alertas; no modifica su configuración.

Lo que su asistente puede hacer

Estado en tiempo real

Consulte el estado en vivo de hosts y servicios, con contadores por estado.

Reconocimiento de alertas

Reconozca un problema de host o servicio con un comentario, directamente desde el asistente.

Filtros de búsqueda avanzados

Los mismos filtros lógicos que la API de Centreon ($and, $or, regex) para apuntar exactamente a los recursos correctos.

Funciona con las grandes plataformas de IA

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

MCP es un estándar abierto: cualquier cliente compatible con Model Context Protocol puede conectarse a este servidor.

Requisitos previos

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

Desplegar el servidor

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 de entorno (.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 obligatoria

Conectar su cliente MCP

Apunte su cliente MCP (Claude Desktop, IDE, agente...) a la URL del servidor con la cabecera Authorization:

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

Herramientas 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)

Beta: las herramientas e interfaces pueden cambiar sin previo aviso. Sus comentarios son bienvenidos en el repositorio de GitHub.

Módulos y widgets libres

Complementos de código abierto para instalar en una plataforma existente.

Elija una versión para ver sus archivos, luego un componente para acotar.

Experience Monitoring

Supervise la experiencia de sus usuarios.

Visibilidad de extremo a extremo sobre el rendimiento y la disponibilidad de sus aplicaciones y recorridos digitales, desde la perspectiva del usuario.

Real y sintético

Combine monitorización de usuarios reales con pruebas sintéticas de rutas críticas.

Rendimiento de apps

Tiempos web / API / transacciones, errores y disponibilidad.

Impacto de negocio

Vincule la experiencia digital con los SLA y el negocio.

Inicie su prueba gratuita

Su prueba gratuita le da acceso completo al Experience Monitoring: monitorización de usuarios reales y sintética, seguimiento del rendimiento de las aplicaciones y paneles que vinculan la experiencia digital con el impacto de negocio. Sin tarjeta de crédito. Rellene el formulario y nuestro equipo activa su entorno.

Mejore su experiencia digital

Despliegue sus proyectos de gestión de logs

Contacto