# Download Centreon > Download Centreon: ISO, virtual machines, packages, agent and modules. Centreon is an open-source IT infrastructure monitoring platform. Everything below is free to download. The portal is fully static and lists ISO images, virtual machines, packages, the monitoring agent, and free modules. ## Appliances (ISO / VM) - Vbox: Latest: 25.10. Download: https://vm.download.centreon.com/centreon-vbox-vm-25.10-20260700.deb12.zip - VMWare: Latest: 25.10. Download: https://vm.download.centreon.com/centreon-vmware-vm-25.10-20260700.deb12.zip ## Packages - centreon-web: Web Latest: 25.10. Download: https://s3-eu-west-1.amazonaws.com/centreon-download/public/centreon/centreon-web-25.10.16.tar.gz Docs: https://docs.centreon.com/docs/releases/centreon-os/ - centreon-collect: Collect Latest: 25.10. Download: https://s3-eu-west-1.amazonaws.com/centreon-download/public/centreon-collect/centreon-collect-25.10.11.tar.gz - centreon-gorgone: Gorgone Latest: 25.10. Download: https://s3-eu-west-1.amazonaws.com/centreon-download/public/centreon-gorgone/centreon-gorgone-25.10.8.tar.gz Docs: https://docs.centreon.com/docs/releases/centreon-os/ ## Monitoring agent - centreon-monitoring-agent: Lightweight collection agent for Linux & Windows hosts. Latest: 25.10. Download: https://github.com/centreon/centreon-collect/releases/download/centreon-monitoring-agent-25.10.8/centreon-monitoring-agent_25.10.8-1-0ubuntu.24.04_amd64.deb Docs: https://docs.centreon.com/docs/monitoring/monitoring-servers/centreon-monitoring-agent/ ## Free modules & widgets - centreon-widget-tactical-overview: Tactical overview Latest: 23.10. Download: https://s3-eu-west-1.amazonaws.com/centreon-download/public/centreon-widgets/centreon-widget-tactical-overview/centreon-widget-tactical-overview-23.10.0.tar.gz - centreon-widget-graph-monitoring: Graph monitoring Latest: 23.10. Download: https://s3-eu-west-1.amazonaws.com/centreon-download/public/centreon-widgets/centreon-widget-graph-monitoring/centreon-widget-graph-monitoring-23.10.1.tar.gz - centreon-widget-grid-map: Grid map Latest: 23.10. Download: https://s3-eu-west-1.amazonaws.com/centreon-download/public/centreon-widgets/centreon-widget-grid-map/centreon-widget-grid-map-23.10.0.tar.gz - centreon-widget-hostgroup-monitoring: Hostgroup monitoring Latest: 23.10. Download: https://s3-eu-west-1.amazonaws.com/centreon-download/public/centreon-widgets/centreon-widget-hostgroup-monitoring/centreon-widget-hostgroup-monitoring-23.10.2.tar.gz - centreon-widget-engine-status: Engine status Latest: 23.10. Download: https://s3-eu-west-1.amazonaws.com/centreon-download/public/centreon-widgets/centreon-widget-engine-status/centreon-widget-engine-status-23.10.0.tar.gz - centreon-widget-host-monitoring: Host monitoring Latest: 23.10. Download: https://s3-eu-west-1.amazonaws.com/centreon-download/public/centreon-widgets/centreon-widget-host-monitoring/centreon-widget-host-monitoring-23.10.5.tar.gz - centreon-widget-httploader: Httploader Latest: 23.10. Download: https://s3-eu-west-1.amazonaws.com/centreon-download/public/centreon-widgets/centreon-widget-httploader/centreon-widget-httploader-23.10.1.tar.gz - centreon-widget-live-top10-cpu-usage: Live top10 cpu usage Latest: 23.10. Download: https://s3-eu-west-1.amazonaws.com/centreon-download/public/centreon-widgets/centreon-widget-live-top10-cpu-usage/centreon-widget-live-top10-cpu-usage-23.10.1.tar.gz - centreon-widget-live-top10-memory-usage: Live top10 memory usage Latest: 23.10. Download: https://s3-eu-west-1.amazonaws.com/centreon-download/public/centreon-widgets/centreon-widget-live-top10-memory-usage/centreon-widget-live-top10-memory-usage-23.10.1.tar.gz - centreon-widget-service-monitoring: Service monitoring Latest: 23.10. Download: https://s3-eu-west-1.amazonaws.com/centreon-download/public/centreon-widgets/centreon-widget-service-monitoring/centreon-widget-service-monitoring-23.10.2.tar.gz - centreon-widget-servicegroup-monitoring: Servicegroup monitoring Latest: 23.10. Download: https://s3-eu-west-1.amazonaws.com/centreon-download/public/centreon-widgets/centreon-widget-servicegroup-monitoring/centreon-widget-servicegroup-monitoring-23.10.3.tar.gz - centreon-widget-global-health: Global Health Latest: 23.10. Download: https://s3-eu-west-1.amazonaws.com/centreon-download/public/centreon-widgets/centreon-widget-global-health/centreon-widget-global-health-23.10.0.tar.gz - centreon-widget-single-metric: Single Metric Latest: 23.10. Download: https://s3-eu-west-1.amazonaws.com/centreon-download/public/centreon-widgets/centreon-widget-single-metric/centreon-widget-single-metric-23.10.0.tar.gz - centreon-widget-ntopng-listing: Ntopng listing Latest: 23.10. Download: https://s3-eu-west-1.amazonaws.com/centreon-download/public/centreon-widgets/centreon-widget-ntopng-listing/centreon-widget-ntopng-listing-23.10.0.tar.gz - centreon-awie: centreon-awie Latest: 24.10. Download: https://s3-eu-west-1.amazonaws.com/centreon-download/public/centreon-awie/centreon-awie-24.10.6.tar.gz - centreon-dsm: Centreon DSM rn Dynamic System Monitoring is a module designed to managed errors like log, traps, and other non-declared events. This module give the possibility to store this alarms into passive services. A correlation système is able to recongnize a specific alarm and so manage it from start to the end (auto acknowledgement). Latest: 24.10. Download: https://s3-eu-west-1.amazonaws.com/centreon-download/public/centreon-dsm/centreon-dsm-24.10.6.tar.gz - centreon-open-tickets: centreon-open-tickets Latest: 25.10. Download: https://s3-eu-west-1.amazonaws.com/centreon-download/public/centreon-open-tickets/centreon-open-tickets-25.10.10.tar.gz ## Install a central server Channel 25.10-latest. As root on a fresh host, by OS: ### RHEL / AlmaLinux / Oracle Linux 8 & 9 ``` dnf update curl -L -s https://raw.githubusercontent.com/centreon/centreon/25.10-latest/centreon/unattended.sh | sh ``` ### Debian 12 / Ubuntu 22.04 ``` apt update && apt upgrade -y 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 ``` Full guide: https://docs.centreon.com/docs/installation/installation-of-a-central-server/unattended-install-central/ ## Centreon Monitoring Agent Docs: https://docs.centreon.com/docs/monitoring/monitoring-servers/centreon-monitoring-agent/ ## MCP server (beta) Centreon MCP Server: FastMCP server exposing Centreon real-time monitoring as MCP tools: query live host and service status, browse states with counters, and acknowledge alerts. It does not change your monitoring configuration. Works with: Claude (Desktop, Code), ChatGPT / OpenAI, Google Gemini, Microsoft Copilot, Mistral Le Chat, Cursor, VS Code (any MCP-compatible client). Deploy with Docker: ``` 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 ``` MCP client configuration: ``` { "mcpServers": { "centreon": { "url": "https://your-mcp-host:8000/mcp", "headers": { "Authorization": "Bearer your-mcp-api-key" } } } } ``` Tools: 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). Source: https://github.com/CentreonLabs/centreon-mcp ## Connectors (732 Plugin Packs) Ready-to-use monitoring connectors with templates and auto-discovery, by category: - Applications (168): 3CX, Active Directory, Active Directory CMA, Active Directory Rest API, Active Directory WSMAN, Activemq JMX, Alyvix Server RestAPI, Ansible, Ansible Tower, Antivirus ClamAV, Apache CXF, Apache Server, Asterisk VoIP AMI, Asterisk VoIP SNMP, Awa JMX, Bind9 Web, BlueMind, Bluemind SSH, Cassandra, Ceph RestAPI, Cisco CMS, Cisco DNA Center Rest API, Cisco ISE, Commvault Commserve Rest API, Control-M Rest API, DRBD SSH, Docker, Docker SSH, Dynamics 365, Dynamics AX Database, Dynamics NSClient, Dynatrace Rest API, Eclipse Mosquitto MQTT, Emc PPMA Rest API, Ericsson ENM API, Ethpoller API, Exchange 2010, Exchange 2010 API, Exense Step REST API, Github, Google GSuite, Google Workspace, Gorgone Rest API, Grafana, Graylog, HAProxy SNMP, HAProxy Web, HashiCorp Vault Rest API, Hddtemp TCP, Hibernate, Hyperledger API, IBM MQ MQI, IBM MQ Rest API, IBM TSAMP SSH, IBM Tivoli Storage M, IP Fabric API, IP-Label Datametrie Rest API, IP-Label Ekara Rest API, IP-Label Newtest Rest API, Infor ION Grid, JBoss Server, JMeter, JVM Actuator, JVM JMX, Jenkins API, Kadiska Rest API, Kafka, Kaspersky, Keepalived SNMP, LatenceTech RestAPI, Loggly Rest API, Lync 2013, MS Biztalk, Maltem Insight Performance Rest API, McAfee Web Gateway SNMP, Microsoft Cluster Server CMA, Microsoft Cluster Server NSClient++ NRPE, Microsoft DHCP SNMP, Microsoft Exchange CMA, Microsoft Exchange NSClient NRPE, Microsoft Exchange NSClient RestAPI, Microsoft IIS Server NRPE, Microsoft IIS Server NSClient API, Microsoft IIS Server Restapi, Microsoft IIS Server WSMAN, Microsoft SCCM CMA, Microsoft SCCM NSClient, Microsoft WSUS, Microsoft WSUS CMA, Mulesoft Anypoint, Netbackup NSClient++ API, Netbackup SSH, Netdata RestAPI, Nginx Plus, Nginx Plus (legacy), Nginx Server, Node Exporter Linux Metrics, Node Exporter Windows Metrics, NtopNG RestAPI, OpenHeadend, OpenLDAP, OpenMetrics, OpenVPN OMI, OpenWeatherMap, Oracle GoldenGate SSH, Oracle UCP JMX, Oracle VM Manager API, PHP APC, PHP FPM, PVX, Pacemaker, Parity API, Peoplesoft, PineApp Mail Secure, Podman REST API, Proxmox Mail Gateway API, Quadstor, Quanta Rest API, RRDcached, RabbitMQ RestAPI, Rapid Recovery SNMP, Redis Cli, Redis Labs Enterprise Cluster Rest API, Redis Restapi, Redis Sentinel, Rubrik Rest API, Rubrik Security Cloud GraphQL API, Rudder, SAP HANA, SCOM Rest API, Sahi Pro Rest API, SailPoint IdentityNow Rest API, Salesforce, Selenium, Sendmail, Skyhigh Web Gateway SNMP, Skype 2015, Slack, SmarterMail Server, Solr, Speedtest, Splunk API, Squid SNMP, Symantec Netbackup, Thales Mistral VS9 Rest API, Tomcat JMX, Tomcat Webmanager, Tosca Rest API, TrendMicro Iwsva SNMP, VMware VCSA Rest API, VMware VCSA SNMP, VTOM Rest API, Varnish NRPE, Veeam Backup Enterprise Manager Rest API, Veeam CMA, Veeam NRPE, Veeam NSClient API, Veeam ONE Rest API, Veeam WSMAN, Veritas Backup Exec NSCP API, Verne MQ RestAPI, Wallix Bastion SNMP, Wazuh Rest API, Weblogic Server, ZIXI, Zookeeper, Zscaler ZDX Api, pfSense Fauxapi - Network (185): 3com Network, A10 AX, Acme Packet, Adva FSP 150 SNMP, Adva FSP 3000 SNMP, Aerohive, Alcatel Omniswitch, Allied Telesis SNMP, Alvarion BreezeACCESS SNMP, Arista Switch SNMP, Arkoon SNMP, Aruba CPPM SNMP, Aruba Instant SNMP, Aruba Orchestrator Rest API, Aruba Standard SNMP, ArubaOS-CX SNMP, Athonet ePC SNMP, Atrica Routeur, Atto Fibrebridge SNMP, Aviat Networks SNMP, BGP Protocol SNMP, Backbox, Barracuda Cloudgen SNMP, Barracuda Message Archiver SNMP, Bee Ware, Bluecoat generic, Brocade Switch, Cambium cnPilot SNMP, Cambium ePMP SNMP, Cato Networks API, ChapsVision CrossinG SNMP, CheckPoint firewall, Cisco ASA, Cisco Apic, Cisco Call Manager, Cisco ESA Rest API, Cisco ESA XMLAPI, Cisco Firepower FMC Rest API, Cisco Firepower SNMP, Cisco IronPort, Cisco Meraki Rest API, Cisco Meraki SNMP, Cisco Prime, Cisco SSMS, Cisco Small Business, Cisco Standard SNMP, Cisco Standard SSH, Cisco Umbrella, Cisco Unified Communications Manager SXM, Cisco VCS Rest API, Cisco Voice Gateway, Cisco WLC, Cisco Waas SNMP, Cisco Wap, Citrix Acceleration, Citrix Netscaler, Citrix SDX, Colubris SNMP, Cyberoam, D-Link DGS 3100 SNMP, D-Link Network, Dell 6200, Dell 6200 SNMP, Dell N-series SNMP, Dell N4000, Dell OS10 SNMP, Dell S-series, Dell Xseries, DenyAll (Rohde & Schwarz) SNMP, Digi Anywhere USB, Digi PortServers TS, Digi PortServers TS (DEPRECATED), Digi Sarian, Efficient IP, Enterasys SNMP, Evertz FC7800, Extreme (formerly Nortel/Avaya) SNMP, Extreme Networks SNMP, F5 BigIP, Fiberstore SNMP, Forcepoint SNMP, Fortinet FortiADC SNMP, Fortinet FortiAuthenticator RestAPI, Fortinet FortiMail SNMP, Fortinet FortiSwitch SNMP, Fortinet FortiWeb SNMP, Fortinet Fortiauthenticator SNMP, Fortinet Fortigate Rest API, Fortinet Fortigate SNMP, Fortinet Fortimanager SNMP, Freebox, Fritz!Box UPnP, Gorgy NTP Server, H3C Network, HP Moonshot SNMP, HP Procurve SNMP, HP Standard Network, HP Virtual Connect, HPE Athonet Alertmanager w/ Prometheus, HPE Athonet w/ Prometheus API, Hirschmann switch, Huawei Standard SNMP, Huawei WLC SNMP, IBM BladeCenter Switch, Infoblox SNMP, Juniper EX Series, Juniper GGSN, Juniper ISG, Juniper M-Series, Juniper M-Series Netconf, Juniper Mag, Juniper SA, Juniper SRX, Juniper SSG, Juniper Trapeze, Kairos SNMP, Kemp Loadbalancer, Keysight NVOS Rest API, Lenovo Flexsystem Switch, Lenovo RackSwitch SNMP, Libraesva SNMP, Meru Networks SNMP, MessPC Ehternetbox SNMP, Microsens G6 SNMP, Mikrotik SNMP, Mitel 3300ICP, Moxa Switch SNMP, Mrv Optiswitch, NetASQ Network, Netgear MSeries, Netgear SSeries SNMP, Netscaler MPX 8000, Nmap CLI, Nokia Isam SNMP, Nokia TiMos SNMP, Nvidia (formerly Mellanox) SNMP, Omniswitch 6850, OneAccess SNMP, Opengear SNMP, Oracle Infiniband, Palo Alto firewall API, Palo Alto firewall SNMP, Palo Alto firewall SSH, Patton SmartNode SNMP, Peplink Balance, Peplink Pepwave SNMP, Perle IDS SNMP, Rad Airmux SNMP, Radware Alteon, Raisecom, RedBack Router, Riverbed Interceptor, Riverbed SteelHead, Ruckus, Ruckus ICX SNMP, Ruckus SCG, Ruckus Smartzone, Ruckus Zonedirector, Ruckus Zonedirectore, Ruggedcom Network, Securactive SNMP, Silverpeak, Sonicwall, Sophos ES, Stonesoft, Stormshield API, Stormshield SNMP, Stormshield SSH, Symbol WiNG SNMP, TP-Link SNMP, Teldat Edge Routers SNMP, Teltonika SNMP, Traffic Director, Ubiquiti AirFiber SNMP, Ubiquiti Edge SNMP, Ubiquiti UniFi SNMP, Ucopia, Vectra Rest API, Versa Director Restapi, Versa SNMP, Viptela SNMP, Watchguard, Westermo Standard SNMP, Zyxel, pfSense SNMP - Sensor (13): ABB CMS-700, AKCP Sensor, APC Sensor SNMP, Comet P8000 Sensor SNMP, Geist Sensor SNMP, HWg-STE Sensor, Jacarta Sensor, LM Sensors, Netbotz Sensor, Rittal CMC3 SNMP, Sensor IP, SensorGateway, Sensormetrix - Hardware - Server (50): AEG ACM, Adder AIM SNMP, Appear TV SNMP, Avocent ACS 6000, Avocent ACS 8000, Axis Video, Barco ClickShare Rest API, Camera Avigilon SNMP, Cisco Collaboration Endpoint Rest API, Cisco Telepresence System SNMP, Cisco UCS SNMP, Dell CMC, Dell OME–Modular SNMP, Dell OpenManage, Dell VxRail Manager Rest API, Dell iDRAC SNMP, Eltek eNexus, Fujitsu Server SNMP, HMS Ewon SNMP, HMS Netbiter Argos RestAPI, HP Blade Chassis, HP Ilo Rest API, HP Ilo XMLAPI, HP OneView Rest API, HP Proliant, Hanwha camera SNMP, Hikvision NVR SNMP, Hikvision camera SNMP, Huawei HMM, Huawei iBMC, IBM BladeCenter, IBM HMC SSH, IBM IMM, Lenovo XCC SNMP, Masterclock NTP100GP, Mobotix Camera, NVIDIA GPU SMI SSH, Optelecom camera SNMP, Pexip Infinity ManagementAPI, Polycom GroupSeries SNMP, Polycom Trio Rest API, Safenet Keysecure, Sun MgmtCard, Sun Mseries, Sun SFxxK, Supermicro, Supermicro BMC SNMP, Supermicro SuperDoctor SNMP, Timelinkmicro Tms6001, xFusion iBMC SNMP - Operating System (26): AIX SNMP, AIX SSH, Base Pack, F5OS SNMP, FreeBSD SNMP, HP-UX, IBM AS400, IBM AS400 Connector, Linux CMA, Linux NRPE, Linux NRPE3, Linux NRPE4, Linux SNMP, Linux SNMP v3, Linux SSH, Linux Telegraf Agent, Mac SNMP, PICOS SNMP, Solaris SNMP, Windows CMA, Windows NRPE, Windows NSClient 0.5 NRPE, Windows NSClient API, Windows SNMP, Windows Telegraf Agent, Windows WSMAN - UPS-PDU (24): APC ATS, APC PDU SNMP, APC UPS, Alpha UPS SNMP, Clever PDU, CyberPower Systems PDU SNMP, CyberPower Systems UPS SNMP, EES UPS SNMP, Eaton ATS SNMP, Eaton PDU SNMP, Emerson PDU SNMP, Gude EPC SNMP, HP UPS SNMP, Himoinsa UPS, Inmatics PSU Sputnik, MGE UPS System, Nitram UPS SNMP, Phoenixtec UPS SNMP, Powerware UPS, Raritan PDU, Riello UPS SNMP, Schleifenbauer Gateway SNMP, Socomec Net Vision UPS SNMP, UPS Standard - Cloud (99): AWS Billing, AWS Discover, AWS ELB, AWS Health, AWS Lambda, AWS Transit Gateway, AWS VPN, Amazon API Gateway, Amazon Backup Vault, Amazon CloudFront, Amazon CloudTrail, Amazon CloudWatch, Amazon CloudWatch Logs, Amazon Direct Connect, Amazon EBS, Amazon EC2, Amazon EFS, Amazon ElastiCache, Amazon FSx, Amazon Kinesis, Amazon RDS, Amazon S3, Amazon SES, Amazon SNS, Amazon SQS, Azure API Management, Azure App Configuration, Azure App Service, Azure App Service Plan, Azure Application Gateway, Azure Application Insights, Azure Automation, Azure CDN, Azure Cache for Redis, Azure Classic Storage, Azure Container Registry, Azure Cosmos DB, Azure Data Factory, Azure Database for MariaDB, Azure Database for MySQL, Azure Database for PostgreSQL, Azure Discover, Azure Elastic Pool, Azure Event Grid, Azure Event Hubs, Azure ExpressRoute, Azure Firewall, Azure Front Door, Azure Functions, Azure InsightsMetrics, Azure Key Vault, Azure Kubernetes Service, Azure Load Balancer, Azure Log Analytics, Azure Management Costs, Azure Monitor, Azure Network Interface, Azure Policies States, Azure Public IP, Azure Recovery, Azure Resource, Azure SQL Database, Azure SQL Managed Instance, Azure SQL Server, Azure ServiceBus, Azure SignalR, Azure Storage Account, Azure Storage Sync, Azure Traffic Manager, Azure VPN Gateway, Azure Virtual Machine, Azure Virtual Machine Scale Sets, Azure Virtual Network, Cloud Foundry, Google CloudSQL MySQL, Google Compute Engine, Google Stackdriver, Google Storage, IBM Softlayer, IICS Rest API, Kubernetes API, Kubernetes w/ Prometheus, Node Exporter w/ Prometheus API, OVH, Office 365 Azure AD, Office 365 Management, Office365 Exchange, Office365 OneDrive, Office365 SharePoint, Office365 Skype, Office365 Teams, OpenStack RESTAPI, Outscale, Prometheus Alertmanager API, Prometheus Server, Talend TMC API, VMware VeloCloud, cAdvisor, cAdvisor API - Storage (83): Adic Tape SNMP, Avid Isis, BDT MultiStak SNMP, Buffalo TeraStation SNMP, Datacore SANsymphony RESTAPI, Dell Compellent Nsclient NRPE, Dell Compellent SNMP, Dell Equallogic, Dell FluidFS, Dell MD3000, Dell ML6000, Dell Me4 Rest API, Dell PowerStore Rest API, Dell TL2000, EMC Celerra, EMC Clariion, EMC Data Domain SNMP, EMC Isilon, EMC RecoveryPoint, EMC Symmetrix API, EMC Symmetrix NRPE, EMC Unisphere Rest API, EMC Vplex, EMC Xtremio, Exagrid SNMP, Fujitsu Eternus DX, HP 3PAR 7000, HP 3PAR SSH, HP EVA, HP Lefthand, HP MSA2000 SNMP, HP MSL, HP P2000, HP StoreOnce, HP StoreOnce 3.x Rest API, HP StoreOnce 4.x Rest API, HP StoreOnce SSH, HPE Alletra REST API, HPE Primera REST API, Hitachi E Series CMA, Hitachi HCP SNMP, Hitachi NAS, Hitachi Standard, Huawei OceanStor SNMP, IBM DS3000, IBM DS4000, IBM DS5000, IBM FlashSystem 900, IBM Storwize, IBM TS2900, IBM TS3100, IBM TS3200, IBM TS3500, Kaminario RestAPI, Lenovo Iomega, Lenovo S Series SNMP, NetApp, NetApp Ontap OnCommand API, NetApp Ontap Rest API, NetApp Ontap SNMP, NetApp Restapi, NetApp Santricity Restapi, Netgear Readynas SNMP, Nimble Storage, Nimble Storage Rest API, Oracle ZFS, Oracle ZS Rest API, Oracle ZS SNMP, Overland Neo, Panzura SNMP, Pure Storage FlashArray Legacy Rest API, Pure Storage FlashArray Rest API v2, Pure Storage FlashBlade Rest API v2, Pure Storage RestAPI, Pure Storage SNMP, QSAN NAS, Qnap, Quantum DXi Series, Quantum Scalar, Storagetek SL, Synology, Violin Memory 3000, WD NAS SNMP - ToIP-VoIP (12): Alcatel OXE, Asterisk VoIP Server, AudioCodes, Avaya AES SNMP, Avaya CM SNMP, Avaya Media Gateway SNMP, Polycom DMA SNMP, Polycom HDX SNMP, Polycom RMX, Polycom RPRM SNMP, Sonus SBC, XiVO VoIP Server - Protocol (25): BGP Protocol, DHCP Server, DNS Service, FTP Server, Generic SNMP, HTTP Server, IMAP Server, JMX value, LDAP Server, Modbus, NTP Server, OSPF Protocol, POP Server, Protocol CIFS, Protocol DHCP, Protocol SFTP, Protocol SSH, Protocol TCP, Protocol UDP, Protocol WHOIS, Radius Service, SMTP Server, TFTP Server, Telnet Scenario, X509 Certificate - Centreon (10): Centreon Central, Centreon DEM (formerly Quanta) Rest API, Centreon Database, Centreon MBI, Centreon Map, Centreon Map Engine, Centreon Map4, Centreon Poller, Centreon SQL Metrics, Centreon-HA - Database (17): CouchDB Rest API, DB2 Database, Elasticsearch, Elasticsearch (Deprecated), Firebird, InfluxDB, Informix DB, Informix DB SNMP, Microsoft SQL Server, MongoDB, MySQL/MariaDB, Oracle Database, PostgreSQL, RRDtool, Redis Database, Sybase, Warp10 Sensision - Virtualization (19): HPE Simplivity Rest API, Hyper-V 2012, Hyper-V 2012 CMA, Hyper-V NSCP REST API, Linux Libvirt CMA, Linux Libvirt SSH, Nutanix, Proxmox VE, VMware ESX, VMware ESX WS-MAN, VMware VM, VMware vCenter, VMware vCenter v4, VMware vCenter v5, VMware vCenter v6, VMware8 ESX REST API, VMware8 VCSA REST API, VMware8 VM REST API, VMware8 vCenter REST API - Printer (1): Printer standard Full catalog: https://docs.centreon.com/pp/integrations/plugin-packs/getting-started/introduction/ ## Open Tickets ITSM integrations (15 providers) The centreon-open-tickets module opens and closes tickets in your ITSM tool from the Centreon console. Providers shipped with the module: - BMC FootPrints 11 (SOAP): Create tickets in BMC FootPrints 11 through its SOAP web services. Docs: https://docs.centreon.com/docs/integrations/itsm/ot-bmc-footprints/ - BMC ITSM (Remedy) (SOAP): Open incidents in BMC Remedy ITSM through its SOAP web services (company, impact, urgency mapped from the alert). Docs: https://docs.centreon.com/docs/integrations/itsm/ot-bmc-remedy/ - EasyVista (REST) (REST): Create requests in EasyVista Service Manager through its REST API. Docs: https://docs.centreon.com/docs/integrations/itsm/ot-easyvista-rest-api/ - EasyVista (SOAP) (SOAP): Create requests in EasyVista Service Manager through its SOAP web services. Docs: https://docs.centreon.com/docs/integrations/itsm/ot-easyvista/ - GLPI (legacy) (XML-RPC): Legacy GLPI provider using the XML-RPC webservices plugin (GLPI < 9.5). Docs: https://docs.centreon.com/docs/integrations/itsm/ot-glpi/ - GLPI REST API (REST): Create GLPI tickets through the native GLPI REST API, with entity, category and requester mapping. Docs: https://docs.centreon.com/docs/integrations/itsm/ot-glpi-restapi/ - iTop (REST/JSON): Create UserRequest tickets in Combodo iTop through its REST/JSON API. Docs: https://docs.centreon.com/docs/integrations/itsm/ot-itop/ - Ivanti (Web API): Open incidents in Ivanti Service Manager through its web API. - Jira (REST): Create Jira issues through the Jira REST API: project, issue type and priority are configurable per rule. Docs: https://docs.centreon.com/docs/integrations/itsm/ot-jira/ - Mail (Email): Send ticket creation emails to any ITSM able to ingest a mailbox. The simplest way to integrate a tool without API. Docs: https://docs.centreon.com/docs/integrations/itsm/ot-mail/ - OTRS (REST): Create OTRS tickets through the OTRS REST web service interface. Docs: https://docs.centreon.com/docs/integrations/itsm/ot-otrs-restapi/ - Request Tracker 2 (REST): Create tickets in Best Practical Request Tracker through its REST interface, with custom fields support. Docs: https://docs.centreon.com/docs/integrations/itsm/ot-request-tracker-restapi/ - Serena (SOAP): Open tickets in Serena Business Manager through its SOAP web services. Docs: https://docs.centreon.com/docs/integrations/itsm/ot-serena/ - ServiceNow (REST): Open incidents or events in ServiceNow through its REST API with OAuth authentication. Docs: https://docs.centreon.com/docs/integrations/itsm/ot-servicenow/ - Simple (generic) (Generic): Minimal generic provider: a clean starting point to build an integration with your in-house tool. Docs: https://docs.centreon.com/docs/alerts-notifications/ticketing/ Install guide: https://docs.centreon.com/docs/alerts-notifications/ticketing-install/ ## Stream connectors (19 certified) Built on the Broker BBDO stream and a Lua framework, stream connectors filter, enrich and forward Centreon events and metrics in real time to SIEM, data lakes, event managers and on-call platforms. Fine-grained filtering (event type, status, host groups, custom rules), payload transformation, several destinations in parallel. - Splunk (Events + metrics): Stream Centreon events and performance metrics to Splunk HTTP Event Collector: feed your SIEM and observability dashboards in real time. Docs: https://docs.centreon.com/docs/integrations/data-analytics/sc-splunk-events/ - Elasticsearch (Events + metrics): Index events and metrics into Elasticsearch and power Kibana dashboards, alerting and long-term analytics. Docs: https://docs.centreon.com/docs/integrations/data-analytics/sc-elastic-events/ - Datadog (Events + metrics): Push events and metrics to Datadog: correlate Centreon monitoring with your APM and cloud telemetry. Docs: https://docs.centreon.com/docs/integrations/data-analytics/sc-datadog-events/ - Apache Kafka (Events): Publish the Centreon event stream to Kafka topics: the backbone of enterprise-grade, fan-out data pipelines. Docs: https://docs.centreon.com/docs/integrations/data-analytics/sc-kafka-events/ - ClickHouse (Metrics): Store metrics in ClickHouse for blazing-fast analytical queries over years of monitoring history. Docs: https://docs.centreon.com/docs/integrations/data-analytics/sc-clickhouse/ - InfluxDB 2 (Metrics): Write performance metrics to InfluxDB 2 buckets and build Grafana dashboards on top. Docs: https://docs.centreon.com/docs/integrations/data-analytics/sc-influxdb2-metrics/ - Warp 10 (Metrics): Feed the Warp 10 time series platform for advanced metric analytics. Docs: https://docs.centreon.com/docs/integrations/data-analytics/sc-warp10/ - Prometheus (Metrics): Expose Centreon metrics to your Prometheus-based observability stack. - Google BigQuery (Events): Load the event stream into BigQuery and join monitoring data with your business datasets. - Logstash (Events): Ship events to Logstash pipelines to transform and route them anywhere in the Elastic ecosystem. Docs: https://docs.centreon.com/docs/integrations/data-analytics/sc-logstash-events/ - PagerDuty (On-call): Trigger and resolve PagerDuty incidents from Centreon events: wake the right people, automatically. Docs: https://docs.centreon.com/docs/integrations/event-management/sc-pagerduty-events/ - Opsgenie (On-call): Create Opsgenie alerts from the event stream and plug Centreon into your on-call rotations. Docs: https://docs.centreon.com/docs/integrations/event-management/sc-opsgenie-events/ - SIGNL4 (On-call): Send critical alerts to SIGNL4 mobile alerting: push, SMS and voice escalation to your teams. Docs: https://docs.centreon.com/docs/integrations/event-management/sc-signl4-events/ - ServiceNow EM (Event mgmt): Forward events to ServiceNow Event Management (or open incidents) and fuel your enterprise event correlation. Docs: https://docs.centreon.com/docs/integrations/event-management/sc-service-now-em-events/ - Canopsis (Event mgmt): Send events to the Canopsis hypervision platform for aggregation and correlation. Docs: https://docs.centreon.com/docs/integrations/data-analytics/sc-canopsis-events/ - HP BSM (Event mgmt): Forward events to HP Business Service Management. Docs: https://docs.centreon.com/docs/integrations/event-management/sc-hp-bsm/ - HP OMi (OpsBridge) (Event mgmt): Forward events to HP Operations Manager i / OpsBridge. Docs: https://docs.centreon.com/docs/integrations/event-management/sc-hp-omi/ - Keep (Event mgmt): Send alerts to Keep, the open-source AIOps alert management platform. - NDO (legacy) (Legacy): NDO-format output for legacy consumers of the Nagios NDO protocol. Centreon is deeply customizable: the documented Lua framework, open source providers and full APIs let you build tailor-made integrations far beyond what closed platforms allow. Build your own connector: https://docs.centreon.com/docs/developer/developer-stream-connector/ Source: https://github.com/centreon/centreon-stream-connector-scripts/tree/master/centreon-certified ## Notification plugins (13) The Centreon notification engine (contacts, time periods, escalations) pushes alerts to the channels teams already use: chat, rich email, SMS gateways, mobile push and helpdesks. - Microsoft Teams (Chat): Post alert notifications to Microsoft Teams channels through the Office 365 workflow connector, with status colors and direct resource links. Docs: https://docs.centreon.com/docs/alerts-notifications/notif-config-for-teams/ - Slack (Chat): Send alert notifications to Slack channels via incoming webhooks: status colors, resource links, on-call friendly. Docs: https://docs.centreon.com/docs/integrations/notifications/slack-notifications/ - Telegram (Chat): Push alerts to Telegram chats through a bot, straight from the notification engine. Docs: https://docs.centreon.com/docs/integrations/notifications/plugin-telegram/ - Email (HTML) (Email): Rich HTML email notifications with status colors and direct links to the resource. - Foxbox (SMS): Send SMS alerts through a Foxbox SMS appliance. Docs: https://docs.centreon.com/docs/integrations/notifications/sms-notifications/ - HighSMS (SMS): Send SMS alerts through the HighSMS gateway. Docs: https://docs.centreon.com/docs/integrations/notifications/sms-notifications/ - iSendPro (SMS): Send SMS alerts through the iSendPro gateway. Docs: https://docs.centreon.com/docs/integrations/notifications/sms-notifications/ - Jasmin SMS (SMS): Send SMS alerts through the open source Jasmin SMS gateway. Docs: https://docs.centreon.com/docs/integrations/notifications/sms-notifications/ - Orange SMS (SMS): Send SMS alerts through the Orange Contact Everyone service. Docs: https://docs.centreon.com/docs/integrations/notifications/sms-notifications/ - OVH SMS (SMS): Send SMS alerts through the OVHcloud SMS API. Docs: https://docs.centreon.com/docs/integrations/notifications/sms-notifications/ - Prowl (Push): Push notifications to iOS devices through the Prowl API. - Sirportly (Helpdesk): Create tickets in the Sirportly helpdesk from alert notifications. - Centreon Open Tickets (Ticketing): Bridge the notification engine to the Open Tickets module and open ITSM tickets automatically on alerts. Docs: https://docs.centreon.com/docs/alerts-notifications/ticketing/ Source: https://github.com/centreon/centreon-plugins/tree/develop/src/notification ## Links - Documentation: https://docs.centreon.com/ - Products & editions: https://www.centreon.com/centreon-editions/ - The Watch (community): https://thewatch.centreon.com/ - Source code: https://github.com/centreon - Contact: https://www.centreon.com/contact/