summaryrefslogtreecommitdiffstats
path: root/rules/monit.in
blob: 8d20d22320ea8b90ec50451dc046cf1837051a13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## SECTION=shell_and_console

menuconfig MONIT
	tristate
	prompt "monit                         "
	select OPENSSL if MONIT_SSL
	select BUSYBOX_START_STOP_DAEMON if MONIT_STARTSCRIPT
	select BUSYBOX_FEATURE_START_STOP_DAEMON_LONG_OPTIONS if MONIT_STARTSCRIPT
	help
	  Utility for managing and monitoring of processes, programs, files,
	  directories, and filesystems.

if MONIT

config MONIT_SSL
	bool
	prompt "SSL support"

config MONIT_STARTSCRIPT
	bool
	prompt "install /etc/init.d/monit"
	default y

endif

# vim: ft=kconfig noet tw=72