Add Icinga elements.

Add basic install-only elements for creating images for Icinga's core
and its web UI.

Change-Id: I7193a3a7130543903d07efc95322487444443d9a
This commit is contained in:
Chris Jones 2012-12-13 15:39:53 +00:00
parent d0e9f98b5b
commit ec3f7f64da
4 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,2 @@
Install Icinga's core from the distribution repository.

View file

@ -0,0 +1,8 @@
#!/bin/sh
# install icinga-core
set -e
set -o xtrace
DEBIAN_FRONTEND=noninteractive apt-get -y install icinga-core

View file

@ -0,0 +1,2 @@
Install Icinga's web interface from the distribution repository.

View file

@ -0,0 +1,9 @@
#!/bin/sh
# install icinga-web
set -e
set -o xtrace
DEBIAN_FRONTEND=noninteractive apt-get -y install icinga-web icinga-cgi