Difference between revisions of "Monit"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 2: Line 2:
  
  
Installation:
+
 
* [[macOS]]: <code>brew install monit</code>
+
* Installation [[macOS]]: <code>brew install monit</code>
 +
* Access: http://localhost:2812/
  
  
Line 12: Line 13:
 
* Command: <code>monit status</code>
 
* Command: <code>monit status</code>
 
* Restart Monit service: <code>systemctl restart monit.service</code>
 
* Restart Monit service: <code>systemctl restart monit.service</code>
 +
 +
  
  

Revision as of 07:12, 7 May 2020

Monit is a free, open-source process supervision tool for Unix and Linux. Monit can restart a process automatically if process dies or monitor process characteristics, such as memory or cpu cycles and alert or execute and action. Monit only support alert messages by emailt[1].



  • Config file: /etc/monit/monitrc (monit -t) to verify configuration file
set daemon 120 By default configured to check services every 120 seconds.
  • Logs: /var/log/monit.log
  • Command: monit status
  • Restart Monit service: systemctl restart monit.service



Related commands

See also

  • https://mmonit.com/monit/documentation/monit.html#ALERT-MESSAGES
  • Advertising: