/
githubmirror
/
rsyslog
Обзор
Документация
Войти
/
githubmirror
/
rsyslog
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/imrelp-basic-oldstyle.sh
19 строк
566 B
Rainer Gerhards
fix bad bash coding style and disable shellcheck false positives
23 окт 2018, 14:27
23 окт 2018, 14:27
69ef6e3
Код
Авторство
О чём код?
#!/bin/bash # addd 2018-10-09 by Alorbach, released under ASL 2.0 . ${srcdir:=.}/diag.sh init generate_conf add_conf ' $ModLoad ../plugins/imrelp/.libs/imrelp # Old Style module loading $inputrelpserverrun '$TCPFLOOD_PORT' template(name="outfmt" type="string" string="%msg:F,58:2%\n") :msg, contains, "msgnum:" action(type="omfile" template="outfmt" file=`echo $RSYSLOG_OUT_LOG`) ' startup tcpflood -Trelp-plain -p'$TCPFLOOD_PORT' -m10000 shutdown_when_empty # shut down rsyslogd when done processing messages wait_shutdown seq_check 0 9999 exit_test