rsyslog/tests/omsendertrack-basic-vg.sh
Rainer Gerhards 9016f1f1b3
omsendertrack: new module
The omsendertrack module is designed to track and report statistics for
message senders across all inputs in Rsyslog. It periodically outputs a
JSON file containing information about each sender.

Note: This commit provides minimalistic basic functionality as a PoC.
We will check it's usefulness in practice and expect follow-up PRs
to enhance functionality and include feedback from early testing.

However, this module is solid, just feature limited.

see also: https://github.com/rsyslog/rsyslog/issues/5599
2025-06-04 08:42:12 +02:00

8 lines
131 B
Bash
Executable File

#!/bin/bash
set -x
pwd
ls -l omsender*sh
echo srcdir: $srcdir
export USE_VALGRIND="YES"
source ${srcdir:-.}/omsendertrack-basic.sh