update lighttpd to 1.4.11
[openwrt.git] / package / monit / Config.in
1 #menu "monit............................. System services monitoring utility"
2
3 config BR2_COMPILE_MONIT
4         tristate
5         default n
6         depends BR2_PACKAGE_MONIT || BR2_PACKAGE_MONIT_NOSSL
7
8 config BR2_PACKAGE_MONIT
9         prompt "monit............................. System services monitoring utility, with SSL support"
10         tristate
11         select BR2_COMPILE_MONIT
12         select BR2_PACKAGE_LIBPTHREAD
13         select BR2_PACKAGE_LIBOPENSSL
14         default m if CONFIG_DEVEL
15         help
16           An utility for monitoring services on a Unix system
17           
18           This package is built with SSL support.
19           
20           http://www.tildeslash.com/monit/
21
22 config BR2_PACKAGE_MONIT_NOSSL
23         prompt "monit-nossl....................... System services monitoring utility, without SSL support"
24         tristate
25         select BR2_COMPILE_MONIT
26         select BR2_PACKAGE_LIBPTHREAD
27         default m if CONFIG_DEVEL
28         help
29           An utility for monitoring services on a Unix system.
30           
31           This package is built without SSL support.
32           
33           http://www.tildeslash.com/monit/
34
35 #endmenu