Page 2 of 2

Re: Upgrade from Nagios Core 3.2.3 to 3.5.0 Error messages

Posted: Mon Jul 22, 2013 7:13 pm
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

Re: Upgrade from Nagios Core 3.2.3 to 3.5.0 Error messages

Posted: Tue Jul 23, 2013 1:34 am
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

Re: Upgrade from Nagios Core 3.2.3 to 3.5.0 Error messages

Posted: Tue Jul 23, 2013 2:40 pm
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

Re: Upgrade from Nagios Core 3.2.3 to 3.5.0 Error messages

Posted: Tue Jul 23, 2013 2:48 pm
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.

Re: Upgrade from Nagios Core 3.2.3 to 3.5.0 Error messages

Posted: Mon Jul 29, 2013 8:32 pm
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

Re: Upgrade from Nagios Core 3.2.3 to 3.5.0 Error messages

Posted: Tue Jul 30, 2013 1:03 am
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

Re: Upgrade from Nagios Core 3.2.3 to 3.5.0 Error messages

Posted: Tue Jul 30, 2013 10:23 am
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?

Re: Upgrade from Nagios Core 3.2.3 to 3.5.0 Error messages

Posted: Wed Jul 31, 2013 12:17 am
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

Re: Upgrade from Nagios Core 3.2.3 to 3.5.0 Error messages

Posted: Wed Jul 31, 2013 10:52 am
by abrist
Try to just run:

Code: Select all

./configure
make
make install

Re: Upgrade from Nagios Core 3.2.3 to 3.5.0 Error messages

Posted: Wed Jul 31, 2013 10:55 am
by yancy
run make not make all

Code: Select all

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

-Yancy