Menu

DNX - Distributed Nagios eXecutor / News: Recent posts

DNX 0.20.1 Released!

On April 1, we released DNX version 0.20. This release worked well, and was well tested in the field, but not on a wide variety of systems. This afternoon, we released version 0.20.1 which fixed a few minor compile issues on BSD systems. Here's a summary of the updates from 0.19:

Version 0.20.1

- Bug fixes for build issues on BSD. Added proper header files, removed
linux-specific error.h from dnxTimer, used a more portable method of
accessing in6_addr fields in dnxStats.c.... read more

Posted by John Calcote 2010-04-13

DNX Version 0.18 Released!

We're pleased to announce the release of version 0.18 of the Distributed Nagios eXecutor (DNX) package.

We apologize for the short time period between this release and the previous (0.17) release, but we felt it was imperative that the fixes in this version be made available.

Besides the excellent fixes, enhancements, and changes found in 0.17, version 0.18 also includes the following changes:... read more

Posted by John Calcote 2008-04-07

DNX 0.17 Released!

DNX 0.17 now officially supports Nagios 3.0 (and 3.0.1)!

This version of DNX provides the following fixes and enhancments:

- Fixed race condition and deadlock in worker cleanup code in client.
- Added --enable-debug-heap option to configure script.
- Added --enable-debug-locks option to configure script.
- Added additional text to configure output to explain build process.
- Added official support for Nagios 3.x through 3.0.1.
- Added detailed DNX build and installation information to the
INSTALL document.
- Enhanced --help text in dnxstats utility.
- Enhanced logging support.
- Fixed defect in config parser for boolean type.
- Added escaped XML string code.... read more

Posted by John Calcote 2008-04-04

DNX Version 0.16 Released!

I'm pleased to announce the release of version 0.16 of the DNX package. DNX is a modular extension for the Nagios network monitoring package. This version of DNX provides the following enhancments:

- Fixed install bugs - mostly related to improper file system rights.
- Debug output is now realistic - not pumping out droves of useless info.
- Added new configure options for specifying log directory.
- Fixed miscellaneous build system problems.
- Fixed rpm build issue - getaddrinfo failing under OBS.
- Fixed doxygen generation issues related to incorrect exclude dir list.
- Added new unit test for dnxClient - tests proper client daemonization.
- Added generic init script for non-SUSE platforms (thanks to
Alberto Villegas!).... read more

Posted by John Calcote 2008-03-05

DNX Version 0.15.1 Released

This is a quick major bug-fix for the 0.15 release of DNX. We apologize for the short time since the release of dnx-0.15, but we felt it was important to get these fixes out asap. Here are the release notes:

Version 0.15.1:

- Bug fixes - mostly related to daemon startup, shutdown and timing

Enjoy!

Posted by John Calcote 2008-02-27

DNX: Version 0.15 Released

Distributed Nagios eXecutor (DNX) is a NEB module, server, and client daemons which allow the check plug-ins to execute across multiple "worker nodes" in a load distribution cluster.

It's been four months since our last release, but we've been working hard the whole time. This release sports several major improvements, not the least of which is that we're building packages for various Linux distributions on the OpenSuSE Build Service. Search for "dnx" at:... read more

Posted by John Calcote 2008-02-20

DNX Version 0.13 Released

Sorry for the long time between releases. Work has been on going, so this should catch us up a bit.

Version 0.13:

- Added out-of-memory condition checking for all strdup(3) calls.
- Fixed DNX communications channel exhaustion bug. This bug occurred when
a Client worker thread exited: Although the dispatch and collector channels
were properly closed, they weren't released from the DNX Channel Map pool.
Since this pool has a finite number of slots, we ran out of slots eventually.
Running out of slots then prevented the creation of any additional worker
threads.
- Fixed memory leak in the Client, related to the above problem.
- Fixed the same DNX communications channel exhaustion bug in the NEB Server
module as well. Although, this was not likely to occur very often.
- Added some additional error and debug logging.
- Added some graceful handling of NULL strings in the XML protocol messaging.... read more

Posted by Adam Augustine 2007-10-03

DNX Version 0.09 Released

Version 0.09:

- Fixed the killing of plugin-child processes in dnxClient
- Fixed plugin path directive to work properly
- Fixed dnxinit script to start up in a more logical order
- Added missing include statmeents to dnxClientMain.h to help compilation on FreeBSD

Posted by Adam Augustine 2007-03-23

DNX Version 0.08 Released

Sorry a bit late on this one. Bob commented out the in-core NRPE code, since it is not quite finished yet.

Posted by Adam Augustine 2007-03-05

DNX Version 0.07 Released

Re-entrant DNS lookup problem fixed. Use this version.

Posted by Adam Augustine 2007-03-01

DNX Version 0.06 Released

Bug fixes and clean node shutdown. This is the one you should be using.

Posted by Adam Augustine 2007-02-28