diff options
author | Jesse Gilles <jgilles@multitech.com> | 2015-04-28 13:08:56 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2015-04-28 13:08:56 -0500 |
commit | 369241fd7426c083ab76efac874d2ab31249d23f (patch) | |
tree | ca7a3440fecb2d814f352cbbd3e79897e0091118 /recipes-core | |
parent | e9de87ae96038f07b325cbd99ded9e6e285f7348 (diff) | |
download | meta-mlinux-369241fd7426c083ab76efac874d2ab31249d23f.tar.gz meta-mlinux-369241fd7426c083ab76efac874d2ab31249d23f.tar.bz2 meta-mlinux-369241fd7426c083ab76efac874d2ab31249d23f.zip |
mlinux-factory-image: add monit
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/images/mlinux-factory-image.bb | 3 |
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" |