summaryrefslogtreecommitdiffstats
path: root/rules/munin.in
blob: bbdc8f5060bee2f88ba056a140da96f58ac5e7cb (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
## SECTION=perl

menuconfig MUNIN
	tristate
	select HOST_SYSTEM_PERL
	select HOST_SYSTEM_PERL_BUILD
	select PERL
	select NET_SERVER_PERL	if RUNTIME
	select BASH		if RUNTIME
	prompt "munin                         "
	help
	  Munin is a networked resource monitoring tool that can help
	  analyze resource trends and "what just happened to kill our
	  performance?" problems. It is designed to be very plug and play.
	  A default installation provides a lot of graphs with almost no
	  work.

if MUNIN

config MUNIN_MASTER
	bool
	prompt "master"

config MUNIN_NODE
	bool
	prompt "node"

if MUNIN_NODE

config MUNIN_NODE_SYSTEMD_UNIT
	bool
	prompt "install systemd unit files for munin-node"

config MUNIN_NODE_PLUGINS
	string
	prompt "plugins"
	help
	  A space separated list of enabled plugins

endif
endif