Contents
Monit
M/Monit
Wiki
OS platforms
M/Monit runs on any POSIX system and is currently tested and available on:
- Linux 2.6 (x86 and x64)
- Mac OS X Leopard or newer (Darwin 10.5.x-10.8.x ppc/x86/x64)
- FreeBSD 6.x, 7.x and 8.x (x86 and x64)
- Solaris 10 and Solaris 11 Express (sparc and x86)
- OpenBSD 4.9 (x86 and 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
- PostgreSQL 7.4 - 9.x
- 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