summaryrefslogtreecommitdiffstats
path: root/rules/monit-bbinit.in
diff options
context:
space:
mode:
authorAlexander Dahl <post@lespocky.de>2014-01-27 14:44:05 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-01-29 20:43:31 +0100
commitf15a552596aac0df52f36ca02df393a0995ecd31 (patch)
treef0097102af90b2ada84db565153e1bff99e7da31 /rules/monit-bbinit.in
parent088331df47a0bfdb52336b24e5c19e1074982e84 (diff)
downloadptxdist-f15a552596aac0df52f36ca02df393a0995ecd31.tar.gz
ptxdist-f15a552596aac0df52f36ca02df393a0995ecd31.tar.xz
monit: add new package
This adds the system monitoring daemon 'monit'. An init script for busybox init method is included and a generic config file to start with. Signed-off-by: Alexander Dahl <post@lespocky.de> [mol: use GLOBAL_LARGE_FILE_OPTION] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/monit-bbinit.in')
-rw-r--r--rules/monit-bbinit.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/monit-bbinit.in b/rules/monit-bbinit.in
new file mode 100644
index 000000000..94bf2e929
--- /dev/null
+++ b/rules/monit-bbinit.in
@@ -0,0 +1,9 @@
+## SECTION=initmethod_bbinit
+
+config MONIT_BBINIT_LINK
+ string
+ depends on MONIT_STARTSCRIPT
+ prompt "monit"
+ default "S98monit"
+
+# vim: ft=kconfig noet tw=72