OS platforms
M/Monit runs on any POSIX system and is currently tested and available on:
- Linux
- x64 with glibc 2.7 or later
- ARMv7 with glibc 2.25 or later
- AARCH64 with glibc 2.29 or later
- MacOS Mojave (10.14.x) or later
- FreeBSD 11.x or later (x64)
- OpenBSD 6.7 or later (x64)
- Solaris 11.2 SRU 10 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.7 or later
- MariaDB 10.2 or later
- PostgreSQL 9.5 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