Thanks for all your guys' help so far, super useful
upgrading from 3.4.1 to 4.0.1
-
vivithemage
- Posts: 102
- Joined: Tue May 21, 2013 2:52 pm
Re: upgrading from 3.4.1 to 4.0.1
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
.
Thanks for all your guys' help so far, super useful
Re: upgrading from 3.4.1 to 4.0.1
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).
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.
"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.
-
vivithemage
- Posts: 102
- Joined: Tue May 21, 2013 2:52 pm
Re: upgrading from 3.4.1 to 4.0.1
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.
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
SQL DBs will not make your server check faster. It is strictly for the preservation of historical data.
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.
"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.
-
vivithemage
- Posts: 102
- Joined: Tue May 21, 2013 2:52 pm
Re: upgrading from 3.4.1 to 4.0.1
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
Comment out the line:
in:
And restart nagios:
Code: Select all
broker_module=/usr/local/nagios/bin/ndomod.o config_file=/usr/local/nagios/etc/ndomod.cfgCode: Select all
/usr/local/nagios/etc/nagios.cfgCode: Select all
service nagios restartFormer 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.
"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.
-
vivithemage
- Posts: 102
- Joined: Tue May 21, 2013 2:52 pm
Re: upgrading from 3.4.1 to 4.0.1
looks like that did the trick
.
Thanks a lot! See if I run into anything else.
Thanks a lot! See if I run into anything else.
Re: upgrading from 3.4.1 to 4.0.1
Keeping this thread open for a bit in case you have more.
Former Nagios employee
-
vivithemage
- Posts: 102
- Joined: Tue May 21, 2013 2:52 pm
Re: upgrading from 3.4.1 to 4.0.1
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:
[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:
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: upgrading from 3.4.1 to 4.0.1
What plugins package did you end up compiling? You are talking about the stderr output correct?