From d3e73ad01a8433b26dc21f8d75cafc09e562510e Mon Sep 17 00:00:00 2001 From: parthzz Date: Tue, 4 Oct 2022 18:46:24 +0530 Subject: [PATCH] Adding Monit Content to Devops Roadmap (#2056) content for infrastructure monitoring devops roadmap. --- .../100-infrastructure-monitoring/102-monit.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/107-monitoring/100-infrastructure-monitoring/102-monit.md b/content/roadmaps/102-devops/content/107-monitoring/100-infrastructure-monitoring/102-monit.md index f62d8bfa3..d98ca8ae8 100644 --- a/content/roadmaps/102-devops/content/107-monitoring/100-infrastructure-monitoring/102-monit.md +++ b/content/roadmaps/102-devops/content/107-monitoring/100-infrastructure-monitoring/102-monit.md @@ -1 +1,12 @@ -# Monit \ No newline at end of file +# Monit + +Monit is a small Open Source utility for managing and monitoring Unix systems. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations. + +Monit has the ability to start a process if it is not running, restart a process if not responding, and stop a process if uses high resources. Additionally, you can also use Monit to monitor files, directories, and filesystems for changes, checksum changes, file size changes, or timestamp changes. + +With Monit, you can able to monitor remote hosts’ TCP/IP port, server protocols, and ping. Monit keeps its own log file and alerts about any critical error conditions and recovery status. + +Free Content +Monit Website +Monit Official Documentation +Monit Tutorial