source: freewrt/package/monit/Config.in@ e13d736

freewrt_1_0 freewrt_2_0
Last change on this file since e13d736 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 965 bytes
Line 
1#menu "monit............................. System services monitoring utility"
2
3config BR2_COMPILE_MONIT
4 tristate
5 default n
6 depends BR2_PACKAGE_MONIT || BR2_PACKAGE_MONIT_NOSSL
7
8config 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
22config 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
Note: See TracBrowser for help on using the repository browser.