ndoutils constantly deinitializes

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
gavinh
Posts: 42
Joined: Wed Apr 08, 2015 4:44 pm

ndoutils constantly deinitializes

Post by gavinh »

I have for quite some time, seen a error where ndoutils constantly deinitializes

maybe something else is going on, here is a log snippet;

Code: Select all

[1503084490] Local time is Fri Aug 18 12:28:10 PDT 2017
[1503084490] LOG VERSION: 2.0
[1503084490] ndomod: NDOMOD 1.4b9 (10-27-2009) Copyright (c) 2009 Nagios Core Development Team and Community Contributors
[1503084490] ndomod: Successfully connected to data sink.  0 queued items to flush.
[1503084490] Event broker module '/usr/lib/ndoutils/ndomod-mysql-3x.o' initialized successfully.
[1503084491] Finished daemonizing... (New PID=48848)
[1503084547] Caught SIGTERM, shutting down...
[1503084548] Successfully shutdown... (PID=48848)
[1503084548] ndomod: Shutdown complete.
[1503084548] Event broker module '/usr/lib/ndoutils/ndomod-mysql-3x.o' deinitialized successfully.
[1503084564] Nagios 3.5.1 starting... (PID=53119)
[1503084564] Local time is Fri Aug 18 12:29:24 PDT 2017
[1503084564] LOG VERSION: 2.0
[1503084564] ndomod: NDOMOD 1.4b9 (10-27-2009) Copyright (c) 2009 Nagios Core Development Team and Community Contributors
[1503084564] ndomod: Successfully connected to data sink.  0 queued items to flush.
[1503084564] Event broker module '/usr/lib/ndoutils/ndomod-mysql-3x.o' initialized successfully.
[1503084568] Finished daemonizing... (New PID=53122)
[1503084611] Warning: Return code of 255 for check of service 'Network Traffic' on host 'MOBILE-U64-1907' was out of bounds.
[1503084611] HOST ALERT: MOBILE-U64-968;DOWN;SOFT;1;PING CRITICAL - Packet loss = 100%
[1503084611] HOST ALERT: MOBILE-U64-986;DOWN;SOFT;1;PING CRITICAL - Packet loss = 100%
[1503084611] HOST ALERT: MOBILE-U64-997;DOWN;SOFT;1;PING CRITICAL - Packet loss = 100%
[1503084618] Warning: Host performance data file processing command '/usr/lib/pnp4nagios/libexec/process_perfdata.pl --bulk=/var/lib/pnp4nagios/perfdata/services' timed out after 5 seconds
[1503084633] Caught SIGTERM, shutting down...
[1503084633] Successfully shutdown... (PID=53122)
[1503084633] ndomod: Shutdown complete.
[1503084633] Event broker module '/usr/lib/ndoutils/ndomod-mysql-3x.o' deinitialized successfully.
[1503084634] Nagios 3.5.1 starting... (PID=53366)
[1503084634] Local time is Fri Aug 18 12:30:34 PDT 2017
[1503084634] LOG VERSION: 2.0
[1503084634] ndomod: NDOMOD 1.4b9 (10-27-2009) Copyright (c) 2009 Nagios Core Development Team and Community Contributors
[1503084634] ndomod: Successfully connected to data sink.  0 queued items to flush.
[1503084634] Event broker module '/usr/lib/ndoutils/ndomod-mysql-3x.o' initialized successfully.
[1503084641] Finished daemonizing... (New PID=53369)
[1503084672] Nagios 3.5.1 starting... (PID=53516)
[1503084672] Local time is Fri Aug 18 12:31:12 PDT 2017
[1503084672] LOG VERSION: 2.0
[1503084672] ndomod: NDOMOD 1.4b9 (10-27-2009) Copyright (c) 2009 Nagios Core Development Team and Community Contributors
[1503084672] ndomod: Successfully connected to data sink.  0 queued items to flush.
[1503084672] Event broker module '/usr/lib/ndoutils/ndomod-mysql-3x.o' initialized successfully.
[1503084673] Finished daemonizing... (New PID=53519)
[1503084726] Warning: Return code of 255 for check of service 'Check Memory Usage' on host 'MOBILE-U64-1593' was out of bounds.
[1503084732] Caught SIGTERM, shutting down...
[1503084733] Successfully shutdown... (PID=53519)
[1503084733] ndomod: Shutdown complete.
[1503084733] Event broker module '/usr/lib/ndoutils/ndomod-mysql-3x.o' deinitialized successfully.
[1503084742] Nagios 3.5.1 starting... (PID=53850)
[1503084742] Local time is Fri Aug 18 12:32:22 PDT 2017
[1503084742] LOG VERSION: 2.0
[1503084742] ndomod: NDOMOD 1.4b9 (10-27-2009) Copyright (c) 2009 Nagios Core Development Team and Community Contributors
[1503084742] ndomod: Successfully connected to data sink.  0 queued items to flush.
[1503084742] Event broker module '/usr/lib/ndoutils/ndomod-mysql-3x.o' initialized successfully.
[1503084743] Finished daemonizing... (New PID=53853)
Any thoughts?
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: ndoutils constantly deinitializes

Post by dwhitfield »

That's very old. Did you upgrade your OS around it? Maybe it's no longer compatible.

What's the output of tail -100 /var/log/messages?
Locked