Merge "Add Icinga elements."
This commit is contained in:
commit
6aed59c95e
2
elements/icinga-core/README.md
Normal file
2
elements/icinga-core/README.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Install Icinga's core from the distribution repository.
|
||||||
|
|
8
elements/icinga-core/install.d/05-icinga-core
Executable file
8
elements/icinga-core/install.d/05-icinga-core
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# install icinga-core
|
||||||
|
|
||||||
|
set -e
|
||||||
|
set -o xtrace
|
||||||
|
|
||||||
|
DEBIAN_FRONTEND=noninteractive apt-get -y install icinga-core
|
2
elements/icinga-web/README.md
Normal file
2
elements/icinga-web/README.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Install Icinga's web interface from the distribution repository.
|
||||||
|
|
9
elements/icinga-web/install.d/06-icinga-web
Executable file
9
elements/icinga-web/install.d/06-icinga-web
Executable 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user