Software:Monit

From HandWiki
Monit
Tildeslash Monit Logo.gif
Tildeslash Monit Screenshot.png
Developer(s)Tildeslash Ltd
Stable release
5.33.0 / February 11, 2023; 12 months ago (2023-02-11)[1]
Written inC[2]
Available inEnglish
TypeProcess supervision
LicenseAGPL 3.0
Websitemmonit.com/monit/

Monit is a free, open-source process supervision tool for Unix and Linux. With Monit, system status can be viewed directly from the command line, or via the native HTTP(S) web server. Monit is able to do automatic maintenance, repair, and run meaningful causal actions in error situations.[3] Monit rose to popularity with Ruby on Rails and the Mongrel web server, because a tool was needed that could manage the many identical Mongrel processes that needed to be run to support a scalable Ruby on Rails site, and Monit was fairly uniquely suited for the needs of the Ruby on Rails community.[4] Many popular Rails sites have used Monit, including Twitter[5] and scribd.[6]

Monit can restart a process automatically if process dies or monitor process characteristics, such as memory or cpu cycles and alert by email[7] or execute and action.[8]

Additionally M/Monit can monitor and manage distributed computer systems, M/Monit uses Monit as an agent and can manage and monitor. M/Monit is proprietary software.


References

External links