Difference between revisions of "Monit"
Jump to navigation
Jump to search
(Nice visual edit) |
|||
Line 1: | Line 1: | ||
Monit can be used to great advantage to not only run daemons, but respond in the event of failure. See http://mmonit.com/monit/ for more details | Monit can be used to great advantage to not only run daemons, but respond in the event of failure. See http://mmonit.com/monit/ for more details | ||
+ | |||
+ | With monit, you can monitor the running system, individual processes (services such as the [[Apache|web server]], or [[MySQL|database server]], filesystems, or particular files and directories. | ||
+ | |||
+ | See http://www.stuartellis.eu/articles/monit/ Stuart Ellis' example configurations for inclusion in the KnowBox | ||
[[Category:System Administration]] | [[Category:System Administration]] |
Latest revision as of 20:18, 12 September 2016
Monit can be used to great advantage to not only run daemons, but respond in the event of failure. See http://mmonit.com/monit/ for more details
With monit, you can monitor the running system, individual processes (services such as the web server, or database server, filesystems, or particular files and directories.
See http://www.stuartellis.eu/articles/monit/ Stuart Ellis' example configurations for inclusion in the KnowBox