Hi folks,

I am attempting to evaluate Icinga 2 as a monitoring tool for our comapany and 
I am having a bit of trouble getting it installed. I am installing on a RHEL 7 
server and following the getting started documentation 
(http://docs.icinga.org/icinga2/latest/doc/module/icinga2/chapter/getting-started).
 I have Icinga 2 installed along with a MySQL database per the instructions. At 
the end of that page it links to instructions to install Icinga Web 2 
(https://github.com/Icinga/icingaweb2/blob/master/doc/installation.md). In 
following the step, I have run into the issue where a package (php-intl) is not 
available in the repos that are required for the install. I have both the epel 
and the Icinga reenabled, but it cannot find that package. In reading the 
install instructions, is says that I need:

  *   A web server, e.g. Apache or nginx
  *   PHP >= 5.3.0 w/ gettext, intl and OpenSSL support
  *   MySQL or PostgreSQL PHP libraries when using a database for 
authentication or for storing preferences into a database
  *   LDAP PHP library when using Active Directory or LDAP for authentication
  *   Icinga 1.x w/ Livestatus or IDO; Icinga 2.x w/ Livestatus or IDO feature 
enabled
  *   MySQL or PostgreSQL PHP libraries when using IDO

<https://github.com/Icinga/icingaweb2/blob/master/doc/installation.md#-installing-icinga-web-2-from-package>
So, are these things I need to install prior to doing the yum install of 
icingaweb2 and icingacli? I have the apache part already from the icinga 2 
setup, but I’m not sure if I need to install PHP 5.3.0+ on my own or if it’s 
part of the “yum install icingaweb2 icingacli” setup. The output from yum seems 
to indicate that it is going to install PHP and the dependancies (such as 
php-intl) it just can’t find it.

Am I missing something?

Thanks,
Jared
_______________________________________________
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to