installing and launching nagiosXI web inerface

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
skavalackal
Posts: 15
Joined: Fri Sep 10, 2010 2:52 pm

installing and launching nagiosXI web inerface

Post by skavalackal »

I installed the NagiosXI virtual machine on an ESX server and powered on . Changed the root password, changed the mysql password, assigned and IP addres. After that when I access the web site from another machine, I get the web page to access nagios link on it, but it goes straight to the logon screen. It does not give the install portion so that I can set up admin user and password. Any idea how to login or get the install portion. I am using IE8 from another machine. Also how do I login to the local host from the CentOS machine .Please help.

Senoy
tonyyarusso
Posts: 1128
Joined: Wed Mar 03, 2010 12:38 pm
Location: St. Paul, MN, USA
Contact:

Re: installing and launching nagiosXI web inerface

Post by tonyyarusso »

Notes from phone conversation:

Also tried with Firefox, same result. He's seen the initial configuration screen that he should be getting in documentation & such, but never gets that on his system.

My suspicion is that we may have accidentally posted a VM image that was already initialized - trying to confirm that now.
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
tonyyarusso
Posts: 1128
Joined: Wed Mar 03, 2010 12:38 pm
Location: St. Paul, MN, USA
Contact:

Re: installing and launching nagiosXI web inerface

Post by tonyyarusso »

Hmm, nope. I just downloaded the 1.3 VM from the Library, and it works as expected. Perhaps you could just try re-downloading and starting over?
greenshot_2010-09-10_17-14-50.png
You do not have the required permissions to view the files attached to this post.
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
skavalackal
Posts: 15
Joined: Fri Sep 10, 2010 2:52 pm

Re: installing and launching nagiosXI web inerface

Post by skavalackal »

Thank you, I re-convert the VM and it works. It showed up the initial setup screen . But I tried to change the mysql password using mysqladmin, it gave me an error saying that "access denied, you need super privilege for this operation' How do I logged in as a super privilege user , I am new to centos environment.

Senoy
mmestnik
Posts: 972
Joined: Mon Feb 15, 2010 2:23 pm

Re: installing and launching nagiosXI web inerface

Post by mmestnik »

Currently one can not secure the mysql password. We've had this issue brought up before, since applications need access to mysql they would need to know the password. I don't have a list of all where the mysql password lives, however I do know that it's not something you could hope to keep a secret from anyone with local access.
mmestnik
Posts: 972
Joined: Mon Feb 15, 2010 2:23 pm

Re: installing and launching nagiosXI web inerface

Post by mmestnik »

I'm unfamiliar with that error. I'd say it just means you are using the wrong user for mysql. You should be using "mysqladmin -u root -p "...
The default password is "nagiosxi".
skavalackal
Posts: 15
Joined: Fri Sep 10, 2010 2:52 pm

Re: installing and launching nagiosXI web inerface

Post by skavalackal »

Thank you that works! :D

Senoy
Locked