update monit to new upstream release (v4.6),
[openwrt.git] / package / monit / Config.in
1 config BR2_COMPILE_MONIT
2         bool
3         default n
4         depends BR2_PACKAGE_MONIT || BR2_PACKAGE_MONIT_NOSSL
5
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
12         help
13           An utility for monitoring services on a Unix system
14           
15           This package is built with SSL support.
16           
17           http://www.tildeslash.com/monit/
18           
19
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
25         help
26           An utility for monitoring services on a Unix system.
27           
28           This package is built without SSL support.
29           
30           http://www.tildeslash.com/monit/
31