Changeset 183 for trunk/src/sh_modules.c


Ignore:
Timestamp:
Oct 26, 2008, 12:59:48 PM (16 years ago)
Author:
katerina
Message:

Support for logfile monitoring (ticket #122). Also improved some configure error messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_modules.c

    r149 r183  
    1616#include "sh_processcheck.h"
    1717#include "sh_portcheck.h"
     18#include "sh_logmon.h"
    1819
    1920sh_mtype modList[] = {
     
    130131#endif
    131132
     133#ifdef USE_LOGFILE_MONITOR
     134  {
     135    N_("LOGMON"),
     136    -1,
     137    sh_log_check_init,
     138    sh_log_check_timer,
     139    sh_log_check_check,
     140    sh_log_check_cleanup,
     141    sh_log_check_reconf,
     142
     143    N_("[LogMon]"),
     144    sh_log_check_table,
     145    PTHREAD_MUTEX_INITIALIZER,
     146  },
     147#endif
     148
    132149  {
    133150    NULL,
Note: See TracChangeset for help on using the changeset viewer.