9f80858f8abe1acbd614a884b83df22badf755ee
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / monit / Config.in
1 config 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
14 comment "monit needs a toolchain w/ threads"
15         depends on BR2_USE_MMU
16         depends on !BR2_TOOLCHAIN_HAS_THREADS