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