by jarbaby
This project encompasses a custom appender for log4j, intended for system administrators and/or developers interested in using the log4j architecture to push messages to Nagios, via the Nagios nsca server. Release 1.5.0 contains a class (Nsca.java) that
- Fixed a bug associated with using the MDC facility for defining the HOST attribute for the nagios alert. The bug manifests itself as a stack trace in the console like ... log4j:ERROR MDC lookup for hostname failed ... key = ...
jarbaby committed patchset 31 of module nagiosappender to the NagiosAppender CVS repository, changing 1 files
jarbaby committed patchset 30 of module nagiosappender to the NagiosAppender CVS repository, changing 4 files
jarbaby changed the public information on the NagiosAppender project
1.5.0
Added a new class which provides the equivalent API of the nsca_send.c program without the dependence on log4j (Nsca.java)
Nsca nsca = new Nsca();
nsca.setConfigFile("conf/nsca_send_clear.cfg");
...
jarbaby committed patchset 29 of module nagiosappender to the NagiosAppender CVS repository, changing 1 files
Nsca.java allows clients to send messages directly to the nsca server without any dependence on Log4j
jarbaby changed the public information on the NagiosAppender project
jarbaby committed patchset 28 of module nagiosappender to the NagiosAppender CVS repository, changing 1 files
jarbaby committed patchset 27 of module nagiosappender to the NagiosAppender CVS repository, changing 4 files
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use