30 lines
889 B
Text
30 lines
889 B
Text
[module]
|
|
desc = Weedeater
|
|
exec = /usr/share/epylog/modules/weeder_mod.py
|
|
files = /var/log/merged/messages.log[.#.gz], /var/log/merged/secure.log[.#.gz]
|
|
enabled = yes
|
|
internal = yes
|
|
outhtml = yes
|
|
priority = 9
|
|
|
|
[conf]
|
|
##
|
|
# Where to look for a weed_dist.cf file.
|
|
#
|
|
weed_dist = /etc/epylog/merged/weed_dist.cf
|
|
##
|
|
# Where to look for a weed_local.cf file
|
|
#
|
|
weed_local = /etc/epylog/merged/weed_local.cf
|
|
##
|
|
# This is where it gets interesting.
|
|
# If you look into weed_dist.cf, you will notice that the entries
|
|
# are listed by section titles. List here only the sections that are
|
|
# relevant to your setup to speed things up. The more sections you
|
|
# enable, the slower matching will go, as it has to try more
|
|
# regexes. Note that [ADD] and [REMOVE] sections in weed_local are
|
|
# special, any other sections in that file will be ignored.
|
|
#
|
|
# You can use 'ALL' to enable all sections.
|
|
#
|
|
enable = ALL
|