Hi,
I've got an external Nagios Core server accessable by HTTPS only that I am trying to add to Fusion but it seems to not be able to handle HTTPS. The server status is Unresponsive. Is this not supported?
Server credentials via HTTPS
Re: Server credentials via HTTPS
There is a known certificate issue in the current version of Fusion. It's patched in SVN, and we're very close to releasing our 2012 version, so we haven't updated it in the 2010 release. I attached the patched script below. Replace the following file with the one attached and see if that resolves the issue.
/usr/local/nagiosfusion/html/includes/utilsx.inc.php
Fusion 2012 Preview:
http://labs.nagios.com/2012/05/24/nagio ... 2-preview/
/usr/local/nagiosfusion/html/includes/utilsx.inc.php
Fusion 2012 Preview:
http://labs.nagios.com/2012/05/24/nagio ... 2-preview/
You do not have the required permissions to view the files attached to this post.
Re: Server credentials via HTTPS
Also, just posted the beta version for the 2012 version of fusion. Available at the link below if you're interested.
http://library.nagios.com/library/produ ... /downloads
http://library.nagios.com/library/produ ... /downloads
Re: Server credentials via HTTPS
Great, except ...
[root@nagios-fusion nagiosfusion]# ./fullinstall
ERROR: Nagios XI must be installed from /tmp
Extract the source into /tmp and run it from there
[root@nagios-fusion nagiosfusion]# pwd
/tmp/nagiosfusion
[root@nagios-fusion nagiosfusion]# ./fullinstall
ERROR: Nagios XI must be installed from /tmp
Extract the source into /tmp and run it from there
[root@nagios-fusion nagiosfusion]# pwd
/tmp/nagiosfusion
- Kyle
Re: Server credentials via HTTPS
(Grumble). Ok, let me dive in on that and I'll see if I can get a new tarball posted later today. 
Re: Server credentials via HTTPS
Ok, looks my tarball build script was sucking in the XI trunk instead of Fusion. Grr. Feel free to download the tarball again, the Fusion tarball should only be about 3MB.
Re: Server credentials via HTTPS
Even less exciting now. fullinstall is zero bytes.
[root@nagios-fusion nagiosfusion]# ./fullinstall
[root@nagios-fusion nagiosfusion]# ls -l fullinstall
-rwxr-xr-x 1 root root 0 Feb 20 2011 fullinstall
[root@nagios-fusion nagiosfusion]# ./fullinstall
[root@nagios-fusion nagiosfusion]# ls -l fullinstall
-rwxr-xr-x 1 root root 0 Feb 20 2011 fullinstall
- Kyle
Re: Server credentials via HTTPS
Hmm, that's odd. I just double checked the tarball we posted, and that file appears to have all of the contents. Lets try clearing the previous files and downloading once more.
Code: Select all
cd /tmp
rm -rf nagiosfusion
rm -f fusion*
wget http://assets.nagios.com/downloads/nagiosfusion/fusion-2012r1.0.tar.gz