mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 01:00:40 +01:00
testbench: some cleanup
This commit is contained in:
parent
bdfb382eb1
commit
4380f88adf
@ -1,4 +1,5 @@
|
||||
# This is part of the rsyslog testbench, licensed under ASL 2.0
|
||||
echo ======================================================================
|
||||
echo [imfile-readmode2.sh]
|
||||
source $srcdir/diag.sh init
|
||||
source $srcdir/diag.sh startup imfile-readmode2-polling.conf
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
# This is part of the rsyslog testbench, licensed under ASL 2.0
|
||||
echo ======================================================================
|
||||
echo [imfile-readmode2.sh]
|
||||
source $srcdir/diag.sh init
|
||||
source $srcdir/diag.sh startup imfile-readmode2.conf
|
||||
|
||||
@ -5,7 +5,6 @@ module(load="../plugins/imfile/.libs/imfile" mode="polling" PollingInterval="1")
|
||||
input(type="imfile"
|
||||
File="./rsyslog.input"
|
||||
Tag="file:"
|
||||
StateFile="stat-file1"
|
||||
ReadMode="2")
|
||||
|
||||
template(name="outfmt" type="list") {
|
||||
|
||||
@ -5,7 +5,6 @@ module(load="../plugins/imfile/.libs/imfile")
|
||||
input(type="imfile"
|
||||
File="./rsyslog.input"
|
||||
Tag="file:"
|
||||
StateFile="stat-file1"
|
||||
ReadMode="2")
|
||||
|
||||
template(name="outfmt" type="list") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user