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-20260600.deb12deb12Jun 29, 20261.53 GB
Vbox25.10-20260600.deb12deb12Jun 29, 20261.53 GB
VMWare25.10-20260600.alma9alma9Jun 29, 20261.66 GB
Vbox25.10-20260600.alma9alma9Jun 29, 20261.66 GB
Centreon 24.104 fichier(s)
ProduitVersionOSDateTaille
VMWare24.10-20260600.deb12deb12Jun 26, 20261.59 GB
Vbox24.10-20260600.deb12deb12Jun 26, 20261.59 GB
VMWare24.10-20260600.alma9alma9Jun 26, 20261.75 GB
Vbox24.10-20260600.alma9alma9Jun 26, 20261.75 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
    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
    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 

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 →

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