• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Installing Icinga web2 on Plesk

theWoosh

Basic Pleskian
Hi
I have installed Icinga2 on a Plesk 12.0.18 Ubuntu 14.04LTS server and I would like to install the web interface. I tried this in the past with Icinga v1 and got nowhere - I couldn't get the files to display properly no matter what.
I have done this on non-Plesk servers no trouble. Can anyone give me any guidelines on getting this to work with Plesk?
Many Thanks
 
actually I have managed it - it was much easier than Icinga version 1 - using apt-get incingaweb2 did most of the work and am now able to access it via any of the vhosts.... cool. Looks to me to be a useful compliment to Plesk health monitoring.
 
hi,

How did you solve the problem with the vhosts config? I installed Icingaweb2 but have no idea how to connect to the setup via webinterface. I tried to edit the apache config in conf-available (icingaweb2.conf) and changed the alias and directory to my /var/www/-Directory. But nothing happens...

Thanks for your help!
 
Hi Florian Eichholz,

if you experience issues with your vhosts - configuration, please be informed, that your apache2 and/or nginx - log - files from the specific domain often point directly to possible issues. Please inspect your logs at:

/var/www/vhosts/system/(SUB)YOUR_DOMAIN.COM/logs/

You can as well have a look at the general apache2 and/or nginx - log - files at "/var/log/apache2/" ( "/var/log/httpd/" for CentOS/RHEL - based systems ) and "/var/log/nginx/" and watchout for possible issues/errors/problems/failures.

If you need help with your investigation, please consider to post depending entries from these log - files here, so that people willing to help have something decent to start with. :)
 
Hi - I didn't have a problem - unlike with the old icingaweb,
# apt-get install icingaweb2 ...did the job... ran
# icingacli setup token create
and then was able to access
http://vhost/icingaweb2/
...to complete setting up

hi,

How did you solve the problem with the vhosts config? I installed Icingaweb2 but have no idea how to connect to the setup via webinterface. I tried to edit the apache config in conf-available (icingaweb2.conf) and changed the alias and directory to my /var/www/-Directory. But nothing happens...

Thanks for your help!
 
Thanks for your posts!
@ theWoosh: but how do you tell Icingaweb2 to use your wished vhost? Install-Directory is under /usr/share/icingaweb2. How do put this directory to your vhost (apache2)? I tried it also with an symlink to /var/www/vhost/. Then I was able to oben images from the icingaweb2-Folder, but the index.php gives out "File not found"
 
Hi Florian Eichholz,

consider to add the desired folder "/usr/share/icingaweb2" in your domain-specific PHP - setttings ( "include_path" and "open_basedir" ).
 
Back
Top