Nagios Core Professional - Install help

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
smonson
Posts: 11
Joined: Mon Dec 09, 2013 4:14 pm

Nagios Core Professional - Install help

Post by smonson »

Purchased Core Pro .ova last week and could use some assistance.
The vm is up, I can ssh to it with putty and winscp.
I can hit the web interface so looks like nagios is running, now what?
Keep seeing nagiosql referred to in some of the .cfg. What is Nagiosql?
So I start plunking around and I was able to get it up as well but am stuck during
the nagiosql install with a database setup error. Looks like mysql root does not have a password?
Really trying to do this on my own w/out buggin' you guys but I gave in. Need help.
i've been thru all of the online guides I can find and keep running into problems that aren't
addressed in the tutorials.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Nagios Core Professional - Install help

Post by abrist »

The ova should be preconfigured. You should edit configs through the CCM (core config manager).
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
smonson
Posts: 11
Joined: Mon Dec 09, 2013 4:14 pm

Re: Nagios Core Professional - Install help

Post by smonson »

How do i access CCM?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios Core Professional - Install help

Post by lmiltchev »

Code: Select all

http://<ip address>/ccm
Be sure to check out our Knowledgebase for helpful articles and solutions!
smonson
Posts: 11
Joined: Mon Dec 09, 2013 4:14 pm

Re: Nagios Core Professional - Install help

Post by smonson »

OK, thanks.
so i can get to the ccm site, but it requires username and p/w.
Here's what i get:
Contact your Nagios XI administrator if you have forgotten your login credentials.
Need to initialize or reset the config manager admin password? Click here.

So I click "here" like it says and I get this:

Not Found

The requested URL /nagiosxi/admin/ was not found on this server.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Nagios Core Professional - Install help

Post by abrist »

Default CCM credentials:
username: nagiosadmin
password: nagiosadmin
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
smonson
Posts: 11
Joined: Mon Dec 09, 2013 4:14 pm

Re: Nagios Core Professional - Install help

Post by smonson »

1) could you post a link to the CCM users guide? Can't locate. Thanks.
2) tried to add a host and received this error (see attached screenprint)
3) How do you add a monitor downloaded from nagios exchange? What I need is a mysql monitor, found one, downloaded, but don't know what to do with it.
Appreciate you patience with me, new to linux and nagios and really trying to figure this out.
Thanks
Attachments
ScreenHunter_105.jpg
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Nagios Core Professional - Install help

Post by abrist »

2) It looks like the windows.cfg file is declared in nagios.cfg, but is not currently present. What method did you use to add the host?
3) You need to copy the plugin to /usr/local/nagios/libexec (some plugins may need some dependencies - their exchange posting should let you know what they need). Make it executable. Then add a command for it in the XI CCM. Finally, create a service check on a host for the command.
Although the following doc is for XI, the CCM is relatively the same and you should find some use out of the doc:
http://assets.nagios.com/downloads/nagi ... lugins.pdf
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked