1config BR2_PACKAGE_MONIT 2 bool "monit" 3 depends on BR2_TOOLCHAIN_HAS_THREADS 4 depends on BR2_USE_MMU # fork() 5 help 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. 11 12 http://mmonit.com/monit/ 13 14comment "monit needs a toolchain w/ threads" 15 depends on BR2_USE_MMU 16 depends on !BR2_TOOLCHAIN_HAS_THREADS 17