summaryrefslogtreecommitdiffstats
path: root/tests/omfile-outchannel.sh
blob: 329f8444f7ef71ab251e149b428b73e2b3813005 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash
# addd 2018-08-02 by RGerhards, released under ASL 2.0
. ${srcdir:=.}/diag.sh init
export NUMMESSAGES=10000
echo "ls -l $RSYSLOG_DYNNAME*
mv -f $RSYSLOG_DYNNAME.channel.log $RSYSLOG_DYNNAME.channel.log.prev
"   > $RSYSLOG_DYNNAME.rotate.sh
chmod +x $RSYSLOG_DYNNAME.rotate.sh
generate_conf
add_conf '
template(name="outfmt" type="string" string="%msg:F,58:2%\n")
module(load="builtin:omfile" template="outfmt")
$outchannel log_rotation,'$RSYSLOG_DYNNAME.channel.log', 50000,./'$RSYSLOG_DYNNAME.rotate.sh'
:msg, contains, "msgnum:" :omfile:$log_rotation
'
startup
injectmsg
shutdown_when_empty
wait_shutdown
cat $RSYSLOG_DYNNAME.channel.* > $RSYSLOG_OUT_LOG
ls -l $RSYSLOG_DYNNAME*
seq_check
exit_test