Project

General

Profile

Actions

Bug #3107

closed

On Rudder 2.4.0, the reports on the nodes with syslog-ng aren't send to the server since syslog-ng can't be started

Added by Nicolas PERRON over 11 years ago. Updated over 11 years ago.

Status:
Released
Priority:
1
Assignee:
-
Category:
System techniques
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

On Rudder 2.4, the nodes using syslog-ng have a bad configuration file which prevent them to start syslog-ng.

This wrong configuration seems to be an unexpanded variable:

diff -Naurw /var/rudder/modified-files/_etc_syslog-ng.conf.cf-before-edit /etc/syslog-ng.conf
[...]
filter f_local_rudder{facility(local6) and program("rudder.*");};destination loghost[...]
+$(syslog_ng_conf)
log { source(src); filter(f_console); destination(console); };

Related issues 1 (0 open1 closed)

Related to Rudder - Bug #7389: Syslog fails to restart due bad line in syslog-ng.confReleasedBenoƮt PECCATTE2015-11-09Actions
Actions

Also available in: Atom PDF