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

freewrt_1_0 freewrt_2_0
Last change on this file since ca629a6 was 418e6805, checked in by Markus Wigge <markus@…>, 19 years ago

removed CONFIG_DEVEL and other cleanups

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1119 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 943 bytes
Line 
1#menu "monit............................. System services monitoring utility"
2
3config FWRT_COMPILE_MONIT
4 tristate
5 default n
6 depends FWRT_PACKAGE_MONIT || FWRT_PACKAGE_MONIT_NOSSL
7
8config FWRT_PACKAGE_MONIT
9 prompt "monit............................. System services monitoring utility, with SSL support"
10 tristate
11 select FWRT_COMPILE_MONIT
12 select FWRT_PACKAGE_LIBPTHREAD
13 select FWRT_PACKAGE_LIBOPENSSL
14 default n
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 FWRT_PACKAGE_MONIT_NOSSL
23 prompt "monit-nossl....................... System services monitoring utility, without SSL support"
24 tristate
25 select FWRT_COMPILE_MONIT
26 select FWRT_PACKAGE_LIBPTHREAD
27 default n
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.