blob: 04bc380511295c94ef985253d408cf65aecaf8b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# See main .sh file for info
# rgerhards, 2010-06-23
$IncludeConfig diag-common.conf
# omtesting provides the ability to cause "SUSPENDED" action state
$ModLoad ../plugins/omtesting/.libs/omtesting
$MainMsgQueueTimeoutShutdown 100000
$template outfmt,"%msg:F,58:2%\n"
:msg, contains, "msgnum:" :omtesting:fail 2 0
$ActionExecOnlyWhenPreviousIsSuspended on
& ./rsyslog.out.log;outfmt
# note that $ActionExecOnlyWhenPreviousIsSuspended on is still active!
& ./rsyslog2.out.log;outfmt
|