Where, oh where, have I gone wrong

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
jaime1417
Posts: 2
Joined: Wed Dec 21, 2016 12:59 pm

Where, oh where, have I gone wrong

Post by jaime1417 »

Okay, so I'm trying to install Nagios Core on a bare VM running Ubuntu 16.04 Desktop following https://assets.nagios.com/downloads/nag ... buntu.html that guide. Everything seems to go well during the installation, and I follow the guide step-by-step. BUT, when everything is said and done and I go to http://localhost/nagios on the VM, it looks like this:
Capture.PNG
And when I open it on another computer on the network via http://ipaddress/nagios, I get this:
2016-12-21 11_07_53-10.0.0.123_nagios_.png
Anybody have any ideas why this is happening?

Thanks!
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Where, oh where, have I gone wrong

Post by mcapra »

Can you share the output of the following commands:

Code: Select all

apachectl -M
php -v
php -r 'phpinfo();'
grep '' /etc/apache2/sites-enabled/*.conf
Former Nagios employee
https://www.mcapra.com/
jaime1417
Posts: 2
Joined: Wed Dec 21, 2016 12:59 pm

Re: Where, oh where, have I gone wrong

Post by jaime1417 »

So... Never mind, I guess. I just updated PHP from 5 to 7 and that seemed to fix it... Sorry to waste everyone's time.
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Where, oh where, have I gone wrong

Post by mcapra »

Awesome! Did you have additional questions regarding this, or is it alright if we close this thread and mark the issue as resolved?
Former Nagios employee
https://www.mcapra.com/
Locked