1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

Adding Monit Content to Devops Roadmap (#2056)

content for infrastructure monitoring devops roadmap.
This commit is contained in:
parthzz
2022-10-04 18:46:24 +05:30
committed by GitHub
parent 3fd9933c0d
commit d3e73ad01a

View File

@@ -1 +1,12 @@
# Monit
# 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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Framework Website' href='https://mmonit.com/monit/'>Monit Website</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Read' href='https://mmonit.com/monit/documentation/monit.html'>Monit Official Documentation</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Read' href='https://www.tecmint.com/monit-linux-services-monitoring/'>Monit Tutorial</BadgeLink>