config.h [code] | |
client/dnxClientMain.c [code] | Main source file for DNX Client |
client/dnxClntProt.c [code] | Implements the DNX communications methods |
client/dnxClntProt.h [code] | Types and definitions for DNX messaging protocol |
client/dnxPlugin.c [code] | Utility routines to support plugin loading and execution |
client/dnxPlugin.h [code] | Types and definitions for plugin loading and execution |
client/dnxWLM.c [code] | Implements the Work Load Manager functionality |
client/dnxWLM.h [code] | Types and definitions for work load manager thread |
client/pfopen.c [code] | Implements the DNX Client logging functions |
client/pfopen.h [code] | Types and definitions for child process Open + I/O redirection |
common/dnxCfgParser.c [code] | Parses a standard Unix config file |
common/dnxCfgParser.h [code] | Definitions and prototypes for parsing DNX server config files |
common/dnxDebug.h [code] | Implements various debugging macros |
common/dnxError.c [code] | Implements the DNX Error Reporting functions |
common/dnxError.h [code] | Types and definitions for DNX Error management |
common/dnxHeap.c [code] | Implements debug heap management for DNX |
common/dnxHeap.h [code] | Prototypes and type definitions for debug heap management for DNX |
common/dnxLogging.c [code] | Implements the DNX Server logging functions |
common/dnxLogging.h [code] | Types and definitions for DNX Server Logging functionality |
common/dnxMsgQ.c [code] | Implements the DNX System V Message Queue IPC Transport Layer |
common/dnxMsgQ.h [code] | Types and definitions for SysV Message Queue transport layer |
common/dnxProtocol.c [code] | Implements the DNX communications methods |
common/dnxProtocol.h [code] | Types and definitions for DNX messaging protocol |
common/dnxSleep.c [code] | Implements the DNX cancelable sleep routines |
common/dnxSleep.h [code] | Types and definitions for DNX cancelable sleep routines |
common/dnxTcp.c [code] | Implements the DNX TCP Transport Layer |
common/dnxTcp.h [code] | Types and definitions for TCP transport layer |
common/dnxTransport.c [code] | Implements encapsulated communications transport functions |
common/dnxTransport.h [code] | Types and definitions for DNX transport layer |
common/dnxTSPI.h [code] | Types and definitions for low-level transport service providers |
common/dnxUdp.c [code] | Implements the DNX UDP Transport Layer |
common/dnxUdp.h [code] | Types and definitions for UDP transport layer |
common/dnxXml.c [code] | Implements DNX XML functionality |
common/dnxXml.h [code] | Types and definitions for DNX XML functionality |
common/utesthelp.h [code] | Unit test helper macros |
plugin/dnxNebMain.c [code] | Implements the split-server version of the DNX Nagios plugin |
plugin/dnxNebMain.h [code] | Definitions and prototypes for main module functionality |
plugin/server/dnxAgent.c [code] | Implements the DNX server management agent |
plugin/server/dnxAgent.h [code] | Definitions and prototypes for the server management agent |
plugin/server/dnxCollector.c [code] | Implements the DNX Collector thread |
plugin/server/dnxCollector.h [code] | Definitions and prototypes for the DNX Collector thread |
plugin/server/dnxDispatcher.c [code] | Implements the DNX Dispatcher thread |
plugin/server/dnxDispatcher.h [code] | Definitions and prototypes for the DNX Dispatcher thread |
plugin/server/dnxJobList.c [code] | Implements the DNX Job List mechanism |
plugin/server/dnxJobList.h [code] | Definitions and prototypes for the DNX Job List mechanism |
plugin/server/dnxQueue.c [code] | Implements thread-safe queues for DNX |
plugin/server/dnxQueue.h [code] | Definitions and prototypes for thread-safe DNX queues |
plugin/server/dnxRegistrar.c [code] | Implements the DNX Registrar thread |
plugin/server/dnxRegistrar.h [code] | Definitions and prototypes for the DNX Registrar thread |
plugin/server/dnxServerMain.c [code] | Implements the DNX server child process main entry point |
plugin/server/dnxServerMain.h [code] | Definitions and prototypes for main module functionality |
plugin/server/dnxSrvProt.c [code] | Implements the server-side DNX communications methods |
plugin/server/dnxSrvProt.h [code] | Types and definitions for DNX server-side messaging protocol |
plugin/server/dnxStats.c [code] | Implements statistics management functionality |
plugin/server/dnxStats.h [code] | Provides the interface for the DNX stats management module |
plugin/server/dnxTimer.c [code] | Implements the DNX Timer thread |
plugin/server/dnxTimer.h [code] | Definitions and prototypes for the DNX Timer thread |
plugin/test/mockNagios.c [code] | Implements a mockup of Nagios that loads the plugin library |
server/dnxAgent.c [code] | Implements the server management agent |
server/dnxAgent.h [code] | Definitions and prototypes for the server management agent |
server/dnxCollector.c [code] | Implements the DNX Collector thread |
server/dnxCollector.h [code] | Definitions and prototypes for the DNX Collector thread |
server/dnxDispatcher.c [code] | Implements the DNX Dispatcher thread |
server/dnxDispatcher.h [code] | Definitions and prototypes for the DNX Dispatcher thread |
server/dnxJobList.c [code] | Implements the DNX Job List mechanism |
server/dnxJobList.h [code] | Definitions and prototypes for the DNX Job List mechanism |
server/dnxNebMain.c [code] | Implements the DNX Nagios plugin-based server module |
server/dnxNebMain.h [code] | Definitions and prototypes for main module functionality |
server/dnxQueue.c [code] | Implements thread-safe queues for DNX |
server/dnxQueue.h [code] | Definitions and prototypes for thread-safe DNX queues |
server/dnxRegistrar.c [code] | Implements the DNX Registrar thread |
server/dnxRegistrar.h [code] | Definitions and prototypes for the DNX Registrar thread |
server/dnxSrvProt.c [code] | Implements the server-side DNX communications methods |
server/dnxSrvProt.h [code] | Types and definitions for DNX server-side messaging protocol |
server/dnxStats.c [code] | |
server/dnxStats.h [code] | |
server/dnxTimer.c [code] | Implements the DNX Timer thread |
server/dnxTimer.h [code] | Definitions and prototypes for the DNX Timer thread |
stats/dnxstats.c [code] | Main source file for DNX management control client |