summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-09-09 12:24:22 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-09-09 12:24:22 +0200
commit3cbd7300c47991aadca00db1b028fd3d5d551040 (patch)
tree37e4b9e72e22480b132e9e4425e1994231b2f377 /Makefile.am
parent947e5632039d1dd2ef3ae22ac45b17370bbac24d (diff)
downloadrsyslog-3cbd7300c47991aadca00db1b028fd3d5d551040.tar.gz
rsyslog-3cbd7300c47991aadca00db1b028fd3d5d551040.tar.xz
rsyslog-3cbd7300c47991aadca00db1b028fd3d5d551040.zip
added module impstat to emit periodic statistics on rsyslog counters
This is a *very first* and *very rough* and *very featureless* first shot at this functionality. It is assumed that we will enhance the stats system as a by-line while doing other development.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 76a38322..bc6d8dd0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -59,6 +59,10 @@ if ENABLE_IMKLOG
SUBDIRS += plugins/imklog
endif
+if ENABLE_IMPSTATS
+SUBDIRS += plugins/impstats
+endif
+
if ENABLE_IMSOLARIS
SUBDIRS += plugins/imsolaris
endif
@@ -191,5 +195,6 @@ DISTCHECK_CONFIGURE_FLAGS= --enable-gssapi_krb5 \
--enable-omuxsock \
--enable-shave \
--enable-extended-tests \
+ --enable-impstats \
--enable-memcheck
ACLOCAL_AMFLAGS = -I m4