1 config BR2_COMPILE_MONIT
4 depends BR2_PACKAGE_MONIT || BR2_PACKAGE_MONIT_NOSSL
6 config BR2_PACKAGE_MONIT
7 tristate "monit - System services monitoring utility, with SSL support"
8 select BR2_COMPILE_MONIT
9 select BR2_PACKAGE_LIBPTHREAD
10 select BR2_PACKAGE_LIBOPENSSL
11 default m if CONFIG_DEVEL
13 An utility for monitoring services on a Unix system
15 This package is built with SSL support.
17 http://www.tildeslash.com/monit/
20 config BR2_PACKAGE_MONIT_NOSSL
21 tristate "monit-nossl - System services monitoring utility, without SSL support"
22 select BR2_COMPILE_MONIT
23 select BR2_PACKAGE_LIBPTHREAD
24 default m if CONFIG_DEVEL
26 An utility for monitoring services on a Unix system.
28 This package is built without SSL support.
30 http://www.tildeslash.com/monit/