Page 1 of 2

Server credentials via HTTPS

Posted: Wed Jun 06, 2012 7:43 am
by hhlodge
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?

Re: Server credentials via HTTPS

Posted: Wed Jun 06, 2012 9:43 am
by mguthrie
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/

Re: Server credentials via HTTPS

Posted: Wed Jun 06, 2012 12:16 pm
by hhlodge
All set, thanks again!

Re: Server credentials via HTTPS

Posted: Thu Jun 07, 2012 9:12 am
by mguthrie
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

Re: Server credentials via HTTPS

Posted: Fri Jun 08, 2012 8:26 am
by hhlodge
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

Re: Server credentials via HTTPS

Posted: Fri Jun 08, 2012 11:09 am
by mguthrie
(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

Posted: Fri Jun 08, 2012 3:14 pm
by mguthrie
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

Posted: Mon Jun 11, 2012 9:06 am
by hhlodge
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

Re: Server credentials via HTTPS

Posted: Mon Jun 11, 2012 9:27 am
by mguthrie
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

Re: Server credentials via HTTPS

Posted: Mon Jun 11, 2012 9:37 am
by hhlodge
Good now. ??? I'll let you know how it all goes. Thanks.