Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 545 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 545 Bytes

icinga2-Centos-7

Icinga2 auto installer script for Centos 7

Need minimal CentOS 7 machine with no SElinux.

New Features

Now you can use this script as two way web server. One for apache and other for nginx. Nginx support is in beta stage.

Usage

yum install git -y

git clone https://github.com/jamesarems/icinga2-Centos-7.git

cd icinga2-Centos-7

chmod +x icinga2-installer.sh

  • To use with Apache server

sh icinga2-installer.sh yourpassword apache

  • To Use with Nginx server

sh icinga2-installer.sh yourpassword nginx