Merge "Add Icinga elements."

This commit is contained in:
Jenkins 2013-01-20 22:40:09 +00:00 committed by Gerrit Code Review
commit 6aed59c95e
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