How to configure ICINGA2 Monitoring server on CentOS / RHEL 7

Before we start to configure ICINGA2 we need to ensure that LAMP is installed on our machine. SELINUX Setup view /etc/selinux/config sed -i ‘s/SELINUX=enforcing/SELINUX=permissive/g’ /etc/selinux/config reboot