1config BR2_PACKAGE_MONIT
2	bool "monit"
3	depends on BR2_TOOLCHAIN_HAS_THREADS
4	depends on BR2_USE_MMU # fork()
5	select BR2_PACKAGE_LIBXCRYPT if BR2_TOOLCHAIN_USES_GLIBC
6	help
7	  Monit is a free open source utility for managing and
8	  monitoring, processes, programs, files, directories and
9	  filesystems on a UNIX system. Monit conducts automatic
10	  maintenance and repair and can execute meaningful causal
11	  actions in error situations.
12
13	  http://mmonit.com/monit/
14
15comment "monit needs a toolchain w/ threads"
16	depends on BR2_USE_MMU
17	depends on !BR2_TOOLCHAIN_HAS_THREADS
18