Infrastructure Monitoring

IT インフラ全体を 監視。

サーバー、ネットワーク、クラウド、アプリケーションを単一のプラットフォームで。パッケージ、ソース、アプライアンス、エージェント、コネクターをダウンロードして、Centreon を自由に展開できます。

Centreon 25.104 ファイル
製品バージョンOS日付サイズ
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 ファイル
製品バージョンOS日付サイズ
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 ファイル
製品バージョンOS日付サイズ
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 ファイル
製品バージョンOS日付サイズ
VMWare23_10-1.el8el8Oct 31, 20231.11 GB
Vbox23_10-1.el8el8Oct 31, 20231.05 GB
Centreon 23.042 ファイル
製品バージョンOS日付サイズ
Vbox23_04-1.el8.ovael8May 3, 2023988.49 MB
VMWare23_04-1.el8el8Jul 12, 20231.74 GB
Centreon 22.102 ファイル
製品バージョンOS日付サイズ
VMWare22_10-2.el8.ovael8Oct 26, 20222.00 GB
Vbox22_10-2.el7.ovael7Oct 26, 20222.00 GB

中央サーバーをインストール コマンド一つで

OS をインストールしたばかりですか? 無人インストールがすべて自動で行います。チャネル 25.10-latest.

すぐに使い始められます。カスタマイズ、最適化、アーキテクチャ選択の余地も十分に残されています。

手順を最適化するため OS を選択してください

  1. 1

    システムを準備

    RHEL / AlmaLinux / Oracle Linux(8 または 9)をインストールし、OS を更新します:

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

    インストールを実行 root

    一行で、中央サーバーが自身をインストールします:

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

    スクリプトは続けて自動的に:

    • SELinux を有効化(permissive モード)
    • Centreon リポジトリをインストール
    • Centreon をインストール
    • PHP のタイムゾーンを設定
    • ファイアウォールルールを追加(firewalld が有効な場合のみ)
    • プロセスを有効化して起動
    curl -L -s https://raw.githubusercontent.com/centreon/centreon/25.10-latest/centreon/unattended.sh | sh

    スクリプトは続けて自動的に:

    • SELinux を有効化(permissive モード)
    • Centreon リポジトリをインストール
    • Centreon をインストール
    • PHP のタイムゾーンを設定
    • ファイアウォールルールを追加(firewalld が有効な場合のみ)
    • プロセスを有効化して起動
    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

    Web インターフェースを設定

    ログイン先 http://[SERVER_IP]/centreon その後ウィザードに従います。ドキュメントで詳しい手順を見る →

  4. 監視を開始

    準備完了です。クイックスタートガイド →

製品概要

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 → 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 コネクター

すぐに使えるテンプレートと自動検出を備えた監視コネクター(Plugin Packs)で、スタック全体をカバーします。

プレビュー:コネクターは 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
すべてのカタログを見る →

無料モジュール & ウィジェット

既存プラットフォームにインストールできるオープンソースのアドオン。

バージョンを選ぶとファイル一覧が表示されます。コンポーネントで絞り込めます。

Experience Monitoring

ユーザー体験を リアルに監視。

アプリケーションとデジタルジャーニーのパフォーマンスと可用性を、ユーザー視点でエンドツーエンドに可視化します。

リアル & 合成

実ユーザー監視と、重要経路の合成監視を組み合わせます。

アプリ性能

Web・API・トランザクションの応答時間、エラー、可用性。

ビジネスインパクト

デジタル体験を SLA とビジネス成果に結び付けます。

無料トライアルを開始

無料トライアルでは Experience Monitoring のすべてをご利用いただけます:実ユーザー監視と合成監視、アプリケーション性能の追跡、デジタル体験とビジネスインパクトを結ぶダッシュボード。クレジットカードは不要です。フォームにご記入いただければ、当社チームが環境を有効化します。

デジタル体験を向上させる

ログ管理プロジェクトを展開

お問い合わせ