]> git.ipfire.org Git - thirdparty/collectd.git/commit
logparser plugin: Plugin used to parse log files using regexes
authorMozejko, MarcinX <marcinx.mozejko@intel.com>
Wed, 18 Apr 2018 08:08:17 +0000 (09:08 +0100)
committerKamil Wiatrowski <kamilx.wiatrowski@intel.com>
Fri, 22 Nov 2019 12:34:45 +0000 (13:34 +0100)
commite1ae66474664e879517cb46871786d05dffad3f7
tree1803497576f625139a0b0fe6c53a8b979eb9bd68
parentc0c75f7104539ac54ce726f086ad584d22d24964
logparser plugin: Plugin used to parse log files using regexes

utils_tail, utils_tail_match: Change _Bool to bool.
utils_message_parser: Correct struct and type names, cleanup, unit
tests.

Change-Id: I40f3336e274f01791e7c171db5be2f21a6c9217c
Signed-off-by: Mozejko, MarcinX <marcinx.mozejko@intel.com>
12 files changed:
Makefile.am
configure.ac
src/collectd.conf.in
src/collectd.conf.pod
src/logparser.c [new file with mode: 0644]
src/utils/tail/tail.c
src/utils/tail/tail.h
src/utils_message_parser.c
src/utils_message_parser.h
src/utils_message_parser_test.c [new file with mode: 0644]
src/utils_tail_match.c
src/utils_tail_match.h