2012-06-02 08:13:51 +02:00
|
|
|
config BR2_PACKAGE_MONIT
|
|
|
|
bool "monit"
|
2013-06-03 22:41:05 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2014-05-28 08:55:30 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2012-06-02 08:13:51 +02:00
|
|
|
help
|
|
|
|
Monit is a free open source utility for managing and
|
|
|
|
monitoring, processes, programs, files, directories and
|
|
|
|
filesystems on a UNIX system. Monit conducts automatic
|
|
|
|
maintenance and repair and can execute meaningful causal
|
|
|
|
actions in error situations.
|
|
|
|
|
|
|
|
http://mmonit.com/monit/
|
2013-06-03 22:41:05 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "monit needs a toolchain w/ threads"
|
2014-05-28 08:55:30 +02:00
|
|
|
depends on BR2_USE_MMU
|
2013-11-11 17:23:23 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|