summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2015-04-28 13:08:56 -0500
committerJesse Gilles <jgilles@multitech.com>2015-04-28 13:08:56 -0500
commit369241fd7426c083ab76efac874d2ab31249d23f (patch)
treeca7a3440fecb2d814f352cbbd3e79897e0091118
parente9de87ae96038f07b325cbd99ded9e6e285f7348 (diff)
downloadmeta-mlinux-369241fd7426c083ab76efac874d2ab31249d23f.tar.gz
meta-mlinux-369241fd7426c083ab76efac874d2ab31249d23f.tar.bz2
meta-mlinux-369241fd7426c083ab76efac874d2ab31249d23f.zip
mlinux-factory-image: add monit
-rw-r--r--recipes-core/images/mlinux-factory-image.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/images/mlinux-factory-image.bb b/recipes-core/images/mlinux-factory-image.bb
index bc84786..aa6307f 100644
--- a/recipes-core/images/mlinux-factory-image.bb
+++ b/recipes-core/images/mlinux-factory-image.bb
@@ -16,6 +16,9 @@ IMAGE_INSTALL += "sqlite3"
IMAGE_INSTALL += "autossh"
+# Monit system/process monitor
+IMAGE_INSTALL += "monit"
+
# Perl support
IMAGE_INSTALL += "perl"
IMAGE_INSTALL += "perl-module-io perl-module-fcntl"