summaryrefslogtreecommitdiffstats
path: root/rules/munin.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-04-10 17:13:09 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-04-11 14:39:30 +0200
commit9546e2dc052ef1dd0d9af894e0fcb52b74b82975 (patch)
tree8a32c27eefa3ea1b1e987526134cb4020f8f2f55 /rules/munin.in
parente922a743ae1e8bd6f4de5b60ab0cb7c81fe763ba (diff)
downloadptxdist-9546e2dc052ef1dd0d9af894e0fcb52b74b82975.tar.gz
ptxdist-9546e2dc052ef1dd0d9af894e0fcb52b74b82975.tar.xz
munin: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/munin.in')
-rw-r--r--rules/munin.in39
1 files changed, 39 insertions, 0 deletions
diff --git a/rules/munin.in b/rules/munin.in
new file mode 100644
index 000000000..7941ef069
--- /dev/null
+++ b/rules/munin.in
@@ -0,0 +1,39 @@
+## SECTION=perl
+
+menuconfig MUNIN
+ tristate
+ 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