2005-10-20 12:09:55 +03:00
|
|
|
config BR2_COMPILE_MONIT
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
depends BR2_PACKAGE_MONIT || BR2_PACKAGE_MONIT_NOSSL
|
|
|
|
|
2005-04-21 01:05:02 +03:00
|
|
|
config BR2_PACKAGE_MONIT
|
2005-10-20 12:09:55 +03:00
|
|
|
tristate "monit - System services monitoring utility, with SSL support"
|
|
|
|
select BR2_COMPILE_MONIT
|
2005-04-21 01:05:02 +03:00
|
|
|
select BR2_PACKAGE_LIBPTHREAD
|
2005-10-20 12:09:55 +03:00
|
|
|
select BR2_PACKAGE_LIBOPENSSL
|
2005-04-21 01:05:02 +03:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
help
|
2005-10-20 12:09:55 +03:00
|
|
|
An utility for monitoring services on a Unix system
|
|
|
|
|
|
|
|
This package is built with SSL support.
|
|
|
|
|
|
|
|
http://www.tildeslash.com/monit/
|
|
|
|
|
|
|
|
|
|
|
|
config BR2_PACKAGE_MONIT_NOSSL
|
|
|
|
tristate "monit-nossl - System services monitoring utility, without SSL support"
|
|
|
|
select BR2_COMPILE_MONIT
|
|
|
|
select BR2_PACKAGE_LIBPTHREAD
|
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
help
|
|
|
|
An utility for monitoring services on a Unix system.
|
|
|
|
|
|
|
|
This package is built without SSL support.
|
2005-04-21 01:05:02 +03:00
|
|
|
|
|
|
|
http://www.tildeslash.com/monit/
|
2005-05-19 19:49:23 +03:00
|
|
|
|