Difference between revisions of "Monit"
Thestinger (talk | contribs) (categorizing uncategorized page) |
(improve style) |
||
Line 1: | Line 1: | ||
− | [[Category:English]]{{stub}} | + | [[Category:Daemons and system services (English)]] |
− | + | [[Category:Status monitoring and notification (English)]] | |
+ | {{i18n|Monit}} | ||
+ | {{stub}} | ||
+ | |||
+ | From [[wikipedia:Monit]]: | ||
+ | :''Monit is a 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.'' | ||
== Setting up == | == Setting up == | ||
− | + | Monit can be installed with the {{pkg|monit}} package, available from the [[Official Repositories]]. | |
− | |||
− | Configure /etc/monitrc | + | Configure {{ic|/etc/monitrc}}. |
− | Official documentation can be found at [http://mmonit.com/monit/documentation/monit.html] | + | Official documentation can be found at [http://mmonit.com/monit/documentation/monit.html]. |
Revision as of 13:04, 7 January 2012
From wikipedia:Monit:
- Monit is a 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.
Setting up
Monit can be installed with the monit package, available from the Official Repositories.
Configure /etc/monitrc
.
Official documentation can be found at [1].