Infrastructure Monitoring

Monitora tutta la tua infrastruttura IT.

Server, rete, cloud e applicazioni in un’unica piattaforma. Scarica i pacchetti, i sorgenti, le appliance, l’agente e i connettori per distribuire Centreon come preferisci.

Centreon 25.104 file
ProdottoVersioneSODataDimensione
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 file
ProdottoVersioneSODataDimensione
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 file
ProdottoVersioneSODataDimensione
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 file
ProdottoVersioneSODataDimensione
VMWare23_10-1.el8el8Oct 31, 20231.11 GB
Vbox23_10-1.el8el8Oct 31, 20231.05 GB
Centreon 23.042 file
ProdottoVersioneSODataDimensione
Vbox23_04-1.el8.ovael8May 3, 2023988.49 MB
VMWare23_04-1.el8el8Jul 12, 20231.74 GB
Centreon 22.102 file
ProdottoVersioneSODataDimensione
VMWare22_10-2.el8.ovael8Oct 26, 20222.00 GB
Vbox22_10-2.el7.ovael7Oct 26, 20222.00 GB

Installa un server centrale con un solo comando

SO appena installato? L'installazione unattended fa tutto per te. Canale 25.10-latest.

La via rapida per iniziare, con molte possibilità di personalizzazione, ottimizzazione e scelta dell’architettura.

Seleziona il tuo SO per personalizzare la procedura

  1. 1

    Prepara il sistema

    Installa RHEL / AlmaLinux / Oracle Linux (8 o 9), poi aggiorna il SO:

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

    Avvia l'installazione root

    Una sola riga e il server centrale si installa da solo:

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

    Lo script esegue automaticamente:

    • Abilita SELinux (modalità permissiva)
    • Installa il repository Centreon
    • Installa Centreon
    • Imposta il fuso orario PHP
    • Aggiunge regole firewall (solo se firewalld è attivo)
    • Abilita e avvia i processi
    curl -L -s https://raw.githubusercontent.com/centreon/centreon/25.10-latest/centreon/unattended.sh | sh

    Lo script esegue automaticamente:

    • Abilita SELinux (modalità permissiva)
    • Installa il repository Centreon
    • Installa Centreon
    • Imposta il fuso orario PHP
    • Aggiunge regole firewall (solo se firewalld è attivo)
    • Abilita e avvia i processi
    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

    Configura l'interfaccia web

    Accedi a http://[SERVER_IP]/centreon poi segui la procedura guidata.Passaggi dettagliati nella documentazione →

  4. Inizia a monitorare

    Tutto pronto.Avvio rapido →

Panoramica del prodotto

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 → scegli il tuo SO:
Centreon Monitoring Agent · Windows
v25.10.620.61 MB
Scarica l'installer
MD5 
v24.10.1620.83 MB
Scarica l'installer
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 Connettori

Connettori di monitoraggio (Plugin Packs) con modelli pronti all'uso e auto-discovery per tutta la tua infrastruttura.

Anteprima: i connettori si installano nel prodotto tramite 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
Sfoglia tutto il catalogo →

Moduli e widget gratuiti

Componenti open source da installare su una piattaforma esistente.

Scegli una versione per elencarne i file, poi un componente per restringere.

Experience Monitoring

Monitora l’esperienza dei tuoi utenti.

Visibilità end-to-end su prestazioni e disponibilità delle tue applicazioni e dei percorsi digitali, dal punto di vista dell'utente.

Reale e sintetico

Combina monitoraggio di utenti reali e test sintetici dei percorsi critici.

Performance applicativa

Tempi web / API / transazioni, errori e disponibilità.

Impatto sul business

Collega l'esperienza digitale a SLA e obiettivi di business.

Inizia la tua prova gratuita

La tua prova gratuita ti dà accesso completo all’Experience Monitoring: monitoraggio di utenti reali e sintetico, analisi delle performance applicative e dashboard che collegano l’esperienza digitale all’impatto sul business. Nessuna carta di credito. Compila il modulo e il nostro team attiva il tuo ambiente.

Migliora la tua esperienza digitale

Distribuisci i tuoi progetti di log management

Contatti