OS platforms
M/Monit runs on any POSIX system and is currently tested and available on:
- Linux (x86/x64/ARM32/ARM64)
- Mac OS X Leopard (10.5.x) or later (x64)
- FreeBSD 8.x or later (x86/x64)
- Solaris 11 (sparc/x64)
- OpenBSD 6.4 or later (x64)
M/Monit should run on later OS versions than the above as long as they are binary compatible.
Database systems
M/Monit works out of the box with the following database systems:
- MySQL 5.x or later
- PostgreSQL 8.4 or later
- SQLite 3.x
If you use a database version not supported, you can download and build the Connection Pool library from source and replace the libzdb shared library in mmonit/lib/libzdb.x with your own version. The database connection pool library used by M/Monit is Open Source and can be downloaded from libzdb's home page