vmware 2011r1.9 configuration issues.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dkowalski
Posts: 15
Joined: Wed Feb 01, 2012 2:39 pm

vmware 2011r1.9 configuration issues.

Post by dkowalski »

Hi all,

I'm having problems configuring nagiosxi, Ive RTFM at least as it pertains to installation and initial configuration, and scoured the support forms. The VM loads just fine I change the credentials as discussed in the documentation I adjust the timezone, and change the IP address. The next step would be to go to the web configuration, however; the xxx.xxx.xxx.xxx/nagiosxi/install.php spins and resets after I what I can only assume it times out.

I did manage to get past this point on a previous attempt. I had the same behavior while configuring email and system passwords. I am behind a proxy but the subnet the VM is using is allowed to bye pass that proxy.

Did I miss a step :?:
Is there an undocumented trick? :)

Any help you can give me on this would be great.

Don
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: vmware 2011r1.9 configuration issues.

Post by scottwilkerson »

dkowalski wrote:Hi all,
...
and change the IP address.
...

the xxx.xxx.xxx.xxx/nagiosxi/install.php spins and resets after I what I can only assume it times out.
...
Don
After changing the IP address did you restart the httpd service?

Also is the IP address it goes to at xxx.xxx.xxx.xxx/nagiosxi/install.php the old IP or the new one?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
dkowalski
Posts: 15
Joined: Wed Feb 01, 2012 2:39 pm

Re: vmware 2011r1.9 configuration issues.

Post by dkowalski »

Upgrading to 20 fixed the issues for now ... still have some problems where I have to click a button several times before an update or login or request takes. also the credintials or logged in user expires after about 30 seconds then must log in again to continue.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: vmware 2011r1.9 configuration issues.

Post by scottwilkerson »

What browser are you using?

Also, how much RAM have you allocated to the VM?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
dkowalski
Posts: 15
Joined: Wed Feb 01, 2012 2:39 pm

Re: vmware 2011r1.9 configuration issues.

Post by dkowalski »

I am using IIE and firefox I get the same result from both browsers.

the vm has 2Gb of ram

Code: Select all

Nagios XI Installation Profile
System:
nagiosxi.lvm1.local 2.6.32-220.4.1.el6.i686 i686
CentOS release 6.2 (Final)
Gnome is not installed
Apache Information
PHP Version: 5.3.3
Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20100101 Firefox/10.0
Server Name: 10.1.0.25
Server Address: 10.1.0.25
Server Port: 80
Date/Time
PHP Timezone: America/Phoneix
PHP Time: Tue, 07 Feb 2012 11:38:13 -0700
System Time: Tue, 07 Feb 2012 11:38:13 -0700
Nagios XI Data
nagios (pid 19121) is running...
NPCD running (pid 1486).
ndo2db (pid 1552) is running...
CPU Load 15: 0.72
Total Hosts: 1
Total Services: 8
Function 'get_base_uri' returns: http://10.1.0.25/nagiosxi/
Function 'get_base_url' returns: http://10.1.0.25/nagiosxi/
Function 'get_backend_url(internal_call=false)' returns: http://10.1.0.25/nagiosxi/includes/components/profile/profile.php
Function 'get_backend_url(internal_call=true)' returns: http://localhost/nagiosxi/backend/
Ping Test localhost
Running:

/bin/ping -c 3 localhost 2>&1 

PING localhost.localdomain (127.0.0.1) 56(84) bytes of data.
64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=1 ttl=64 time=0.032 ms
64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=2 ttl=64 time=0.042 ms
64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=3 ttl=64 time=0.036 ms

--- localhost.localdomain ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1999ms
rtt min/avg/max/mdev = 0.032/0.036/0.042/0.008 ms
Test wget To locahost
WGET From URL: http://localhost/nagiosql/index.php
Running:

/usr/bin/wget http://localhost/nagiosql/index.php 

--2012-02-07 11:38:15-- http://localhost/nagiosql/index.php
Resolving localhost... ::1, 127.0.0.1
Connecting to localhost|::1|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5259 (5.1K) [text/html]
Saving to: `/tmp/nagiosql_index.tmp'

0K ..... 100% 298M=0s

2012-02-07 11:38:15 (298 MB/s) - `/tmp/nagiosql_index.tmp' saved [5259/5259]

Code: Select all

httpd error log:
[Tue Feb 07 11:42:28 2012] [error] [client 10.1.0.1] PHP Warning:  strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Denver' for 'MST/-7.0/no DST' instead in /usr/local/nagiosxi/html/includes/utilsl.inc.php on line 380, referer: http://10.1.0.25/nagiosxi/admin/
dkowalski
Posts: 15
Joined: Wed Feb 01, 2012 2:39 pm

Re: vmware 2011r1.9 configuration issues.

Post by dkowalski »

They say reading is fundamental well so is spelling! had phoenix misspelled in the php ini file.
Locked