Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
5032d9bb
Commit
5032d9bb
authored
Jun 07, 2019
by
thomas.forbriger
Browse files
ThiesDL1 [FIX]: adjust syslog-ng config file
parent
ac8c626b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/conv/ThiesDL1/DL1logger_syslog-ng_local.conf
View file @
5032d9bb
...
...
@@ -2,15 +2,15 @@
# ============================================================================
# configuration file for syslog-ng on DL1 recording host
# ------------------------------------------------------
# 201
4
-0
3-2
7
# 201
9
-0
6-0
7
# ============================================================================
# BFO Thies DL1
destination
dl1logall
{
file
(
"/var/log/dl1logall"
fsync
(
yes
)
perm
(
0644
)); };
destination
dl1log
{
file
(
"/var/log/dl1log"
fsync
(
yes
)
perm
(
0644
)); };
destination
dl1logremote1
{
tcp
(
"192.168.1.41"
port
(
2222
)); };
destination
dl1logremote2
{
tcp
(
"192.168.1.
17
"
port
(
2222
)); };
filter
f_dl1
{
m
atch
(
'^
DL1logger
'
value
(
MSGHDR
)
); };
filter
f_dl1_notice
{
m
atch
(
'^
DL1logger
'
value
(
MSGHDR
)
)
and
not
level
(
info
); };
destination
dl1logremote2
{
tcp
(
"192.168.1.
3
"
port
(
2222
)); };
filter
f_dl1
{
m
essage
(
"
DL1logger
"
); };
filter
f_dl1_notice
{
m
essage
(
"
DL1logger
"
)
and
not
level
(
info
); };
log
{
source
(
src
);
filter
(
f_dl1
);
destination
(
dl1logall
); };
log
{
source
(
src
);
filter
(
f_dl1_notice
);
destination
(
dl1log
); };
log
{
source
(
src
);
filter
(
f_dl1
);
destination
(
dl1logremote1
); };
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment