summaryrefslogtreecommitdiffstats
path: root/tests/immark-ruleset.sh
blob: b2d3f5743af3e6b11f43f6db3412274be148c163 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/bash
# very basic check for immark module - nevertheless, there is not
# much more to test for...
# add 2020-12-01 by Rainer Gerhards, released under ASL 2.0
. ${srcdir:=.}/diag.sh init
generate_conf
add_conf '
module(load="../plugins/immark/.libs/immark" interval="1"
	use.syslogcall="off" ruleset="rs")
ruleset(name="rs") {
	action(type="omfile" file="'$RSYSLOG_OUT_LOG'")
}
'

startup
printf 'sleeping a bit so we get mark messages...\n'
sleep 3 # this should be good even on slow machines - we need just one
shutdown_when_empty
wait_shutdown
content_check "rsyslogd: -- MARK --"

exit_test