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