Difference between revisions of "Monit"

From Freephile Wiki
Jump to navigation Jump to search
(Created page with "See http://mmonit.com/monit/ for more details Category:System Administration")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
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 21: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