Upgrade from Nagios Core 3.2.3 to 3.5.0 Error messages

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.
rlachica
Posts: 12
Joined: Tue Jul 16, 2013 5:24 pm

Re: Upgrade from Nagios Core 3.2.3 to 3.5.0 Error messages

Post by rlachica »

Hello Sir,

I do not see hosts in the /usr/local/nagios/etc/"services/hosts"?

Please advise next procedure. I am to install the Windows Agent NSClient++ addon.

Thank you and waiting for your reply,

Robert
rlachica
Posts: 12
Joined: Tue Jul 16, 2013 5:24 pm

Re: Upgrade from Nagios Core 3.2.3 to 3.5.0 Error messages

Post by rlachica »

Hello Sir,

Your question: Are those hosts still visible in /usr/local/nagios/etc/"services/hosts"?

When I go to this directory, I do not see this file.

Also, I am getting this message "There are no service groups defined." in Service Group under summary and grid.

Thank you and regards,

Robert Lachica
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Upgrade from Nagios Core 3.2.3 to 3.5.0 Error messages

Post by sreinhardt »

/usr/local/nagios/etc/"services/hosts" Is not a valid directory, slansing intended for you to look in two separate directories /usr/local/nagios/etc/services/ and /usr/local/nagios/etc/hosts
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
User avatar
lmiltchev
Former Nagios Staff
Posts: 13587
Joined: Mon May 23, 2011 12:15 pm

Re: Upgrade from Nagios Core 3.2.3 to 3.5.0 Error messages

Post by lmiltchev »

Run the following command and show the output:

Code: Select all

ls -R /usr/local/nagios/etc
Also, you said:
...I upgraded our company existing Nagios Core DIY Free Version 3.2.3 to 3.5.0 using the Nagios Core Fedora Quickstart. I followed the instruction and when I finished I cannot see the host and other monitoring process.
Can you provide a link to the document you followed?

The reason I am asking you is that we have a "Fedora Quickstart" Installation Guide. This is NOT an upgrade guide. I wonder which one you used.
Be sure to check out our Knowledgebase for helpful articles and solutions!
rlachica
Posts: 12
Joined: Tue Jul 16, 2013 5:24 pm

Re: Upgrade from Nagios Core 3.2.3 to 3.5.0 Error messages

Post by rlachica »

Hello Sir,

I do not see the file /usr/local/nagios/etc/"services/hosts"? Please advise what to do. Thank you and waiting for your reply.

Robert
rlachica
Posts: 12
Joined: Tue Jul 16, 2013 5:24 pm

Re: Upgrade from Nagios Core 3.2.3 to 3.5.0 Error messages

Post by rlachica »

Hello Sir,

This is what I am getting when running Nagios. Is there somthing that I need to do in commands.cfg? Please advise.

C:\ Drive Space
CRITICAL 07-30-2013 15:49:22 5d 23h 46m 35s 3/3 Connection refused
CPU Load
CRITICAL 07-30-2013 15:50:52 5d 23h 45m 36s 3/3 Connection refused
Explorer
CRITICAL 07-30-2013 15:52:21 5d 23h 44m 38s 3/3 Connection refused
Memory Usage
UNKNOWN 07-30-2013 15:53:51 0d 0h 2m 36s 3/3 Server port must be an integer
NSClient++ Version
CRITICAL 07-30-2013 15:46:45 5d 23h 42m 40s 3/3 Connection refused
Uptime
CRITICAL 07-30-2013 15:48:14 5d 23h 41m 42s 3/3 Connection refused
W3SVC
CRITICAL 07-30-2013 15:49:44 5d 23h 40m 43s 3/3 Connection refused

Thank you and waiting for your reply,

Robert
User avatar
lmiltchev
Former Nagios Staff
Posts: 13587
Joined: Mon May 23, 2011 12:15 pm

Re: Upgrade from Nagios Core 3.2.3 to 3.5.0 Error messages

Post by lmiltchev »

I don't mean to sound as a "broken record" but...

1. Run the following command and show the output:

Code: Select all

ls -R /usr/local/nagios/etc
2. Can you provide a link to the document you followed?
Be sure to check out our Knowledgebase for helpful articles and solutions!
rlachica
Posts: 12
Joined: Tue Jul 16, 2013 5:24 pm

Re: Upgrade from Nagios Core 3.2.3 to 3.5.0 Error messages

Post by rlachica »

Hello Sir,

My problem is also the NRPE addon. i am installing the new version 2.14.
I did the following:
tar xzf nrpe-2.14 tar.gz
cd nrpe-2.14

now in Compile the NRPE addon.

./configure
make all

this is showing the message below:

make: *** no rule to make target 'all" stop

Please advise what to do here.
Thank you and waiting for your reply.

Robert
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Upgrade from Nagios Core 3.2.3 to 3.5.0 Error messages

Post by abrist »

Try to just run:

Code: Select all

./configure
make
make install
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.
yancy
Posts: 523
Joined: Thu Oct 06, 2011 10:12 am

Re: Upgrade from Nagios Core 3.2.3 to 3.5.0 Error messages

Post by yancy »

run make not make all

Code: Select all

 make 
http://nagios.sourceforge.net/docs/nrpe/NRPE.pdf

-Yancy
Locked