Install problem

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
jtennant12
Posts: 11
Joined: Wed Dec 11, 2013 11:19 am

Install problem

Post by jtennant12 »

I just installed nagios 4.0.1 on a fresh CentOS 6.5 32-bit system and everything went perfect until I tried to access any of the tabs on the left side of the screen.

Every one of the tabs return a internal server error.

Any suggestions???
jtennant12
Posts: 11
Joined: Wed Dec 11, 2013 11:19 am

Re: Install problem - UPDATE

Post by jtennant12 »

Screen Shot 2013-12-19 at 5.26.26 PM.png
Here is the output from my error log
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Install problem

Post by tmcdonald »

Take a look at this document on how to change system time settings. You will need to edit your PHP timezone:
Next, you need to configure /etc/php.ini for your timezone set above:

Code: Select all

nano /etc/php.ini
Change the “date.timezone =” line to:

Code: Select all

date.timezone = America/Los_Angeles
Save out and restart apache:

Code: Select all

service httpd restart
Former Nagios employee
Locked