X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_tail_match.h;h=765974576660449c3887707007afc1edf8a6ea1e;hb=f1b5b8611d87a7904c31ae4b28ea47f11f3c38b9;hp=d08c728eb4fef8b881df8aabbdb9aa6903d04b2d;hpb=0aad516f24e861109627f4b1dc5bfea3b1f621c1;p=collectd.git diff --git a/src/utils_tail_match.h b/src/utils_tail_match.h index d08c728e..76597457 100644 --- a/src/utils_tail_match.h +++ b/src/utils_tail_match.h @@ -97,12 +97,13 @@ int tail_match_add_match (cu_tail_match_t *obj, cu_match_t *match, * The values gathered are dispatched by the tail_match module in this case. The * passed `plugin', `plugin_instance', `type', and `type_instance' are * directly used when submitting these values. + * With excluderegex it is possible to exlude lines from the match. * * RETURN VALUE * Zero upon success, non-zero otherwise. */ int tail_match_add_match_simple (cu_tail_match_t *obj, - const char *regex, int ds_type, + const char *regex, const char *excluderegex, int ds_type, const char *plugin, const char *plugin_instance, const char *type, const char *type_instance);