Server credentials via HTTPS

This support forum board is for questions relating to Nagios Fusion.
hhlodge
Posts: 206
Joined: Tue Mar 08, 2011 2:13 pm

Server credentials via HTTPS

Post 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?
- Kyle
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Server credentials via HTTPS

Post 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/
You do not have the required permissions to view the files attached to this post.
hhlodge
Posts: 206
Joined: Tue Mar 08, 2011 2:13 pm

Re: Server credentials via HTTPS

Post by hhlodge »

All set, thanks again!
- Kyle
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Server credentials via HTTPS

Post 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
hhlodge
Posts: 206
Joined: Tue Mar 08, 2011 2:13 pm

Re: Server credentials via HTTPS

Post 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
- Kyle
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Server credentials via HTTPS

Post by mguthrie »

(Grumble). Ok, let me dive in on that and I'll see if I can get a new tarball posted later today. ;)
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Server credentials via HTTPS

Post 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.
hhlodge
Posts: 206
Joined: Tue Mar 08, 2011 2:13 pm

Re: Server credentials via HTTPS

Post 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
- Kyle
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Server credentials via HTTPS

Post 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
hhlodge
Posts: 206
Joined: Tue Mar 08, 2011 2:13 pm

Re: Server credentials via HTTPS

Post by hhlodge »

Good now. ??? I'll let you know how it all goes. Thanks.
- Kyle
Locked