diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-11-17 08:47:30 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-11-17 08:47:30 +0100 |
commit | c9841fbd368e58674cc166e6186b2a29f9895211 (patch) | |
tree | ec43ae6d43bcf61d730552532130c8b0ea536cf2 /Makefile.am | |
parent | 8c29f2843591376f8a1abca5f09a9740927f1000 (diff) | |
download | rsyslog-c9841fbd368e58674cc166e6186b2a29f9895211.tar.gz rsyslog-c9841fbd368e58674cc166e6186b2a29f9895211.tar.xz rsyslog-c9841fbd368e58674cc166e6186b2a29f9895211.zip |
added a skeleton for omdbalerting by request of Phil Reilly
... who intends to add a database-driven alert functionality. The
change provides the necessary rsyslog plumbing, but no functionality
at all.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5f9d35fe..52a716fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -99,6 +99,10 @@ if ENABLE_OMRULESET SUBDIRS += plugins/omruleset endif +if ENABLE_OMDBALERTING +SUBDIRS += plugins/omdbalerting +endif + if ENABLE_OMUDPSPOOF SUBDIRS += plugins/omudpspoof endif |