XorMon
From Wikipedia, the free encyclopedia
XorMon is an open-source IT infrastructure monitoring tool developed by the Czech software company Xorux. It is designed to monitor performance and health across various IT layers, including servers, storage, SAN, LAN, databases, and cloud environments.[3] The software is also provides specialized monitoring for IBM i and AIX, alongside standard platforms like VMware and Linux.[4]
| XorMon | |
|---|---|
| Other names | XorMon NG |
| Developer | Xorux s.r.o. |
| Initial release | 11 April 2024[1] |
| Stable release | 2.1.14
/ 18 December 2025 |
| Written in | TypeScript, JavaScript, Python, Perl |
| Operating system | Linux |
| Platform | x86-64 and PowerPC |
| Type | Network monitoring, infrastructure monitoring |
| License | GPL v3 |
| Website | xormon |
| XorMon Original | |
|---|---|
| Other names | XorMon |
| Developer | Xorux s.r.o. |
| Initial release | 22 October 2020[2] |
| Stable release | 8.0.6
/ 27 November 2025 |
| Written in | TypeScript, JavaScript, Python, Perl |
| Operating system | Linux |
| Platform | x86-64 and PowerPC |
| Type | Network monitoring, infrastructure monitoring |
| License | GPL v3 |
| Website | original |
XorMon serves as a unified successor to the company's previous monitoring tools, LPAR2RRD and STOR2RRD, combining their functionalities into a single interface.[5]
History
Xorux was founded in Prague in October 2013 by Pavel Hampl, a former IBM system administrator.[4] The company's original tools, LPAR2RRD and STOR2RRD, relied on RRDtool (Round Robin Database) for data storage and graphing.
XorMon was first introduced in October 2020[2] and later in March 2021 alongside LPAR2RRD version 7.10.[6] The original version acted as a unified front-end user interface that sat on top of existing LPAR2RRD and STOR2RRD instances. This allowed users to view data from both tools in a single dashboard while relying on the legacy backends.[7]
In April 2024, Xorux developed a complete rewrite of the software also known as XorMon NG.[1] XorMon NG uses a modern technology stack, replacing RRDtool with TimescaleDB for data storage, and introduces a microservices architecture.[8]
Version 2.0 was released in October 2025.[9]
Features
XorMon provides full-stack monitoring capabilities, collecting performance metrics from hardware and software vendors. It is frequently adopted by Managed Service Providers (MSPs) who need to manage diverse fleets of systems.[4]
- Multi-vendor support: The tool supports technologies including VMware, Microsoft Hyper-V, Nutanix, Oracle Database, and cloud platforms like AWS and Microsoft Azure.[10] It maintains strong support for IBM legacy systems, offering detailed metrics for IBM i (AS/400) ASPs, LPARs, and AIX.[11]
- Topology: XorMon includes a visualization feature that maps the relationships between virtualization layers, physical servers, SAN switches, and storage arrays, allowing administrators to trace connectivity and performance bottlenecks.[12]
- Interactive graphs: The interface uses JavaScript libraries to provide interactive charts that allow zooming and filtering, a departure from the static images of previous versions.[5]
- Backup monitoring: Recent versions monitor backup jobs and status for platforms like Veeam, Veritas, and IBM Storage Protect.[9]
Architecture and deployment
XorMon is built on an open-source stack designed for scalability:
- Front end: React.js and Plotly.js
- Back end: Node.js, NestJS, and Python
- Database: TimescaleDB (based on PostgreSQL)[5]
The software is typically deployed as a pre-configured virtual appliance (OVA) or as a Docker container.[13][14]