Page 4 of 5

Re: upgrading from 3.4.1 to 4.0.1

Posted: Wed Nov 06, 2013 5:45 pm
by vivithemage
If that is the case, is there a way around it? A replacement? What was it's purpose to begin with?

Thanks for all your guys' help so far, super useful :).

Re: upgrading from 3.4.1 to 4.0.1

Posted: Wed Nov 06, 2013 5:47 pm
by abrist
ndoutils is used to copy the status information from the logs into a mysql db. We are planning to fix up ndo for core 4 (it is one of the things the devs are working on atm), but we do not have a release schedule. I suspect, at the latest, that ndo will support core 4 by the time we release the next revision of XI (early 2014 tba).

Re: upgrading from 3.4.1 to 4.0.1

Posted: Wed Nov 06, 2013 5:53 pm
by vivithemage
ahhh, I think we need it for the amount of services we check....I might have to roll back to the latest 3.x instead of 4.01 then. Is there an alternative?

unless you think it cane keep up without an SQL? We have 1600~ service checks.

does the latest 3.x take perl scripts and run them as one process, as opposed to many? We noticed 3.4.1 does many, and that's bogging our system down.

Re: upgrading from 3.4.1 to 4.0.1

Posted: Thu Nov 07, 2013 10:47 am
by abrist
SQL DBs will not make your server check faster. It is strictly for the preservation of historical data.

Re: upgrading from 3.4.1 to 4.0.1

Posted: Thu Nov 07, 2013 10:49 am
by vivithemage
Is there an easy way to remove that configuration to see if i can get it to run?

Re: upgrading from 3.4.1 to 4.0.1

Posted: Thu Nov 07, 2013 11:59 am
by abrist
Comment out the line:

Code: Select all

broker_module=/usr/local/nagios/bin/ndomod.o config_file=/usr/local/nagios/etc/ndomod.cfg
in:

Code: Select all

 /usr/local/nagios/etc/nagios.cfg
And restart nagios:

Code: Select all

service nagios restart

Re: upgrading from 3.4.1 to 4.0.1

Posted: Thu Nov 07, 2013 2:13 pm
by vivithemage
looks like that did the trick :).

Thanks a lot! See if I run into anything else.

Re: upgrading from 3.4.1 to 4.0.1

Posted: Thu Nov 07, 2013 2:18 pm
by tmcdonald
Keeping this thread open for a bit in case you have more.

Re: upgrading from 3.4.1 to 4.0.1

Posted: Thu Nov 07, 2013 3:53 pm
by vivithemage
looks like I am seeing a lot of these now:


[1383857191] SERVICE NOTIFICATION: nagiosadmin;infprd63;Apache IDM;CRITICAL;notify-service-by-email;CHECK_NRPE: Error - Could not complete SSL handshake.
[1383857192] SERVICE NOTIFICATION: nagiosadmin;p014_node02;client1139;CRITICAL;notify-service-by-email;(No output on stdout) stderr:
[1383857196] SERVICE NOTIFICATION: nagiosadmin;p014_node01;client1131;CRITICAL;notify-service-by-email;(No output on stdout) stderr:

Re: upgrading from 3.4.1 to 4.0.1

Posted: Thu Nov 07, 2013 4:13 pm
by slansing
What plugins package did you end up compiling? You are talking about the stderr output correct?